Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can directly download a jar using URLs like this which should work in tools like wget.

When using wget you may need to encapsulate this enclose the URL in quotes and explicitly name the target, viz.

info
Code Block
languagebash
>
wget "http://srs.slac.stanford.edu/nexus/service/local/artifact/maven/redirect?r=lcsim-maven2-releases&g=org.hps&a=hps-distribution&v=3.6&e=jar&c=bin" -O hps-distribution-3.6-bin.jar

This will save the 3.6 distribution jar as hps-distribution-3.6-bin.jar in the current directory.

Subversion Credentials

HPS Java is publicly accessible in read only mode.  Valid credentials must be supplied in order to commit your local changes to the repository.

...