-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Guice421
Googler edited this page Jan 15, 2020
·
4 revisions
Released September 20th, 2018.
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>
- Guice: guice-4.2.1.jar
- Guice (No AOP): guice-4.2.1-no_aop.jar
- Guice extensions are all directly downloadable from this search page. Just click on the "jar" link for the appropriate extension.
- Java10 support (updated cglib & asm).
- Minor updates to the testlib extension.
-
User's Guide
-
Integration
-
Extensions
-
Internals
-
Releases
-
Community