문제

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