Download ioc-commons-1.1.1.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.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials