IOC-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.

License

License

GroupId

GroupId

com.seleniti.ioccommons
ArtifactId

ArtifactId

ioc-commons
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

IOC-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

https://code.google.com/p/ioccommons/

Download ioc-commons

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
javax.validation : validation-api jar 1.0.0.GA
com.seleniti.ioccommons : ioc-commons-utils jar 1.2.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0