Frage

I need to download the JSR 311 Java library (Jersey) jars. Java.net has the API for download but it is inexplicably down and can't seem to find it anywhere else. Can someone please help as I can not continue my current project without Jersey. Thank you

War es hilfreich?

Lösung

See the JAR files at http://repo1.maven.org/maven2/org/jboss/spec/javax/ws/rs/jboss-jaxrs-api_1.1_spec/1.0.1.Final/

In any case, use a dependency management system like Maven or Ivy to make things easier.

Andere Tipps

As Alessandro notes in his answer, You really should be using maven at least for dependency management.

That being said, you can get the latest Jersey jars from the apache maven central repository even without using maven:

http://search.maven.org/#artifactdetails%7Ccom.sun.jersey%7Cjersey-bundle%7C1.9%7Cjar

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top