is not current version
Last Version 1.2.1

com.seleniti.ioccommons:ioc-commons-ext 1.2.0

Library which contains some extension classes for the library IOC-Commons. It provides some interface definitions and some tool classes which are non-dependent from the used technology; i.e. the classes and interfaces from this library do not depend on the choosen ioc-commons-implementation library.

GroupId

GroupId

com.seleniti.ioccommons
ArtifactId

ArtifactId

ioc-commons-ext
Version

Version

1.2.0
Type

Type

jar

Download ioc-commons-ext 1.2.0


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