Releases

Guice 4.2.1

qianmoQqianmoQ· 更新于 2026-09-23· 阅读 4 分钟· 0 次阅读

登录后可跨设备保存划线和私人笔记登录

Guice 4.2.1

Released September 20th, 2018.

Maven

Guice:

<dependency>
  <groupId>com.google.inject</groupId>
  <artifactId>guice</artifactId>
  <version>4.2.1</version>
</dependency>

Guice (No AOP):

<dependency>
  <groupId>com.google.inject</groupId>
  <artifactId>guice</artifactId>
  <version>4.2.1</version>
  <classifier>no_aop</classifier>
</dependency>

Extensions:

<dependency>
  <groupId>com.google.inject.extensions</groupId>
  <artifactId>guice-${extension}</artifactId>
  <version>4.2.1</version>
</dependency>

Downloads

Docs

Changes since Guice 4.2.1

  • Java10 support (updated cglib & asm).
  • Minor updates to the testlib extension.

评论

登录后参与评论

正在加载评论…