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

有帮助吗?

解决方案

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.

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top