is not current version
Last Version 1.2.1

com.seleniti.ioccommons:ioc-commons 1.1.2

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.

GroupId

GroupId

com.seleniti.ioccommons
ArtifactId

ArtifactId

ioc-commons
Version

Version

1.1.2
Type

Type

jar

Download ioc-commons 1.1.2


<!-- https://jarcasting.com/artifacts/com.seleniti.ioccommons/ioc-commons/ -->
<dependency>
    <groupId>com.seleniti.ioccommons</groupId>
    <artifactId>ioc-commons</artifactId>
    <version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.seleniti.ioccommons/ioc-commons/
implementation 'com.seleniti.ioccommons:ioc-commons:1.1.2'
// https://jarcasting.com/artifacts/com.seleniti.ioccommons/ioc-commons/
implementation ("com.seleniti.ioccommons:ioc-commons:1.1.2")
'com.seleniti.ioccommons:ioc-commons:jar:1.1.2'
<dependency org="com.seleniti.ioccommons" name="ioc-commons" rev="1.1.2">
  <artifact name="ioc-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seleniti.ioccommons', module='ioc-commons', version='1.1.2')
)
libraryDependencies += "com.seleniti.ioccommons" % "ioc-commons" % "1.1.2"
[com.seleniti.ioccommons/ioc-commons "1.1.2"]