我在哪里可以获得 jersey-guice 包?
我想一起使用 Jersey 和 Guice,我发现 本教程,以及对 jersey-juice 此处。
但是,我没有使用 Maven。我下载了主球衣包,但它不包括球衣果汁。我在哪里可以得到那个包裹?我找到的所有链接都指向一个 Java.net 页面,该页面指示未找到该文件。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉链接令人困惑。你可以在 Maven Central 上找到 jersey-guice - 此链接包含所有版本 - 只需单击你想要的版本旁边的 jar 链接:
http://search.maven.org/#search|gav|1|g%3A%22com.sun.jersey.contribs%22%20AND%20a%3A%22jersey-guice%22
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