| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection | 
        
| GroupId | GroupIdcom.googlecode.ibaguice | 
    
| ArtifactId | ArtifactIdibaguice-core | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionCore 
            Core module to build the iBatis SqlSessionFactory through google-guice 
         | 
    
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| ibaguice-core-1.0.pom | |
| ibaguice-core-1.0.jar | 33 KB | 
| ibaguice-core-1.0-sources.jar | 33 KB | 
| ibaguice-core-1.0-javadoc.jar | 140 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.googlecode.ibaguice/ibaguice-core/ -->
<dependency>
    <groupId>com.googlecode.ibaguice</groupId>
    <artifactId>ibaguice-core</artifactId>
    <version>1.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.googlecode.ibaguice/ibaguice-core/
implementation 'com.googlecode.ibaguice:ibaguice-core:1.0'
                // https://jarcasting.com/artifacts/com.googlecode.ibaguice/ibaguice-core/
implementation ("com.googlecode.ibaguice:ibaguice-core:1.0")
                'com.googlecode.ibaguice:ibaguice-core:jar:1.0'
                <dependency org="com.googlecode.ibaguice" name="ibaguice-core" rev="1.0">
  <artifact name="ibaguice-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.googlecode.ibaguice', module='ibaguice-core', version='1.0')
)
                libraryDependencies += "com.googlecode.ibaguice" % "ibaguice-core" % "1.0"
                [com.googlecode.ibaguice/ibaguice-core "1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.google.inject : guice | jar | 2.0 | 
| com.google.inject.extensions : guice-multibindings | jar | 2.0 | 
| org.mybatis : mybatis | jar | 3.0.1 | 
| commons-logging : commons-logging | jar | 1.1.1 | 
| aopalliance : aopalliance | jar | 1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.testng : testng | jar | 5.8 |