Download ioc-commons-1.2.0.jar file - Jar i

Jar examples for i:ioc-commons

Description

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.

You can download jar file ioc-commons 1.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ioc-commons-1.2.0.jar to your project.

<dependency>
   <groupId>com.seleniti.ioccommons</groupId>
   <artifactId>ioc-commons</artifactId>
   <version>1.2.0</version>
</dependency>
compile group: 'com.seleniti.ioccommons', name: 'ioc-commons', version: '1.2.0'
libraryDependencies += "com.seleniti.ioccommons" % "ioc-commons" % "1.2.0"
<dependency org="com.seleniti.ioccommons" name="ioc-commons" rev="1.2.0"/>
@Grapes(@Grab(group='com.seleniti.ioccommons', module='ioc-commons', version='1.2.0'))
'com.seleniti.ioccommons:ioc-commons:jar:1.2.0'

Download

Click the following link to download the jar file.

ioc-commons-1.2.0-javadoc.jar
ioc-commons-1.2.0-sources.jar
ioc-commons-1.2.0.jar
ioc-commons-1.2.0.pom



Related Tutorials