Guice jar 中的 Assisted 类在哪里?

发布于 2024-11-27 16:59:36 字数 290 浏览 0 评论 0原文

我已经通过 Maven 下载了 Guice 2.0 和 3.0,但在 jar 中找不到整个 com.google.inject.assistanceinject 包。 Guice 的所有其他组件似乎都在那里,但是 Assisted 及其同类根本不存在。

知道他们去了哪里吗?

I've download Guice 2.0 and 3.0 via Maven, and can't find the entire com.google.inject.assistedinject package in the jar. All the other components of Guice seem to be there, but Assisted and its brethren are simply not there.

Any idea where they went?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

氛圍 2024-12-04 16:59:37

Assisted 与 AssistedInjection 扩展的其余部分捆绑在一起,作为 com.google.inject.extensions 组以及多重绑定,持久性和 Servlet。

4.0 是 com.google.inject.extensions:guice-assistanceinject:4.0 < /一>

<一href="http://mvnrepository.com/artifact/com.google.inject.extensions/guice-assistanceinject/3.0" rel="noreferrer">3.0 是 com.google.inject.extensions:guice-assistanceinject:3.0

2.0 是 com.google.inject.extensions:guice-assistance-inject:2.0

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文