Where do I get the jersey-guice package?
I would like to use Jersey and Guice together and I have found this tutorial, and a reference to jersey-juice here.
However, I'm not using Maven. I downloaded the main jersey package, but it does not include jersey-juice. Where do I get that package? All the links I've found are to a开发者_运维问答 Java.net page that indicates that the file isn't found.
Sorry for the confusing link. You can find jersey-guice on maven central - this link has all the versions - just click on the jar link next to the version you want: http://search.maven.org/#search|gav|1|g%3A%22com.sun.jersey.contribs%22%20AND%20a%3A%22jersey-guice%22
精彩评论