| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection | 
        
| GroupId | GroupIdcom.google.inject | 
    
| ArtifactId | ArtifactIdguice | 
    
| Last Version | Last Version5.1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionGoogle Guice - Core Library 
            Guice is a lightweight dependency injection framework for Java 6 and above 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| guice-5.1.0.pom | |
| guice-5.1.0.jar | 689 KB | 
| guice-5.1.0-tests.jar | 1 MB | 
| guice-5.1.0-sources.jar | 327 KB | 
| guice-5.1.0-no_aop.jar | 470 KB | 
| guice-5.1.0-javadoc.jar | 864 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.google.inject/guice/ -->
<dependency>
    <groupId>com.google.inject</groupId>
    <artifactId>guice</artifactId>
    <version>5.1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.google.inject/guice/
implementation 'com.google.inject:guice:5.1.0'
                // https://jarcasting.com/artifacts/com.google.inject/guice/
implementation ("com.google.inject:guice:5.1.0")
                'com.google.inject:guice:jar:5.1.0'
                <dependency org="com.google.inject" name="guice" rev="5.1.0">
  <artifact name="guice" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.google.inject', module='guice', version='5.1.0')
)
                libraryDependencies += "com.google.inject" % "guice" % "5.1.0"
                [com.google.inject/guice "5.1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| javax.inject : javax.inject | jar | 1 | 
| aopalliance : aopalliance | jar | 1.0 | 
| com.google.guava : guava | jar | 30.1-jre | 
| org.ow2.asm : asm Optional | jar | 9.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| javax.inject : javax.inject-tck | jar | 1 | 
| com.google.guava : guava-testlib | jar | 30.1-jre | 
| biz.aQute : bnd | jar | 0.0.384 | 
| org.apache.felix : org.apache.felix.framework | jar | 3.0.5 | 
| com.google.truth : truth | jar | 0.45 | 
| junit : junit | jar | 4.13 |