| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.seleniti.ioccommons | 
    
| ArtifactId | ArtifactIdioc-commons | 
    
| Last Version | Last Version1.2.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionIOC-Commons library 
            This project defines a set of useful java interfaces for helping you in the definition of the structure of your developments in Java-projects which are designed using a Inversion-Of-Control (IOC) pattern. Useful for MVP-Pattern designs in applications coded on GWT, SWT, Android, etc. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| ioc-commons-1.2.1.pom | |
| ioc-commons-1.2.1.jar | 66 KB | 
| ioc-commons-1.2.1-sources.jar | 34 KB | 
| ioc-commons-1.2.1-javadoc.jar | 398 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.seleniti.ioccommons/ioc-commons/ -->
<dependency>
    <groupId>com.seleniti.ioccommons</groupId>
    <artifactId>ioc-commons</artifactId>
    <version>1.2.1</version>
</dependency>
                // https://jarcasting.com/artifacts/com.seleniti.ioccommons/ioc-commons/
implementation 'com.seleniti.ioccommons:ioc-commons:1.2.1'
                // https://jarcasting.com/artifacts/com.seleniti.ioccommons/ioc-commons/
implementation ("com.seleniti.ioccommons:ioc-commons:1.2.1")
                'com.seleniti.ioccommons:ioc-commons:jar:1.2.1'
                <dependency org="com.seleniti.ioccommons" name="ioc-commons" rev="1.2.1">
  <artifact name="ioc-commons" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.seleniti.ioccommons', module='ioc-commons', version='1.2.1')
)
                libraryDependencies += "com.seleniti.ioccommons" % "ioc-commons" % "1.2.1"
                [com.seleniti.ioccommons/ioc-commons "1.2.1"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| javax.validation : validation-api | jar | 1.0.0.GA | 
| com.seleniti.ioccommons : ioc-commons-utils | jar | 1.2.1 |