Guice 3.0 - 对于仅具有依赖注入的 Swing 应用程序,我需要哪些 jar?
虽然已经有关于 Guice 2.0 需要哪些 jar 的答案,但我还没有找到 3.0 的任何内容。我在你需要的地方读到:
guice-3.0.jar
aopalliance.jar
javax.inject.jar
任何人都可以确认这是否属实,以及其他罐子给我们带来了什么。
Although there is already an answer for which jars are needed for Guice 2.0
, I haven't found anything for 3.0. I read somewhere that you needed:
guice-3.0.jar
aopalliance.jar
javax.inject.jar
Can anyone please confirm if this is true, as well as what the other jars give us.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这三个就足够了,除非您想使用任何 Guice 扩展,例如辅助注入。
以下是一个很好的信息来源:Guice 3.0 版本
Those three are enough, unless you wanna use any of the Guice Extensions, like assisted inject for example.
Here's a good source of information: Guice 3.0 Release