License |
License |
---|---|
GroupId | GroupIdcom.seleniti.ioccommons |
ArtifactId | ArtifactIdioc-commons-ext |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionIOC-Commons library Extension
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
ioc-commons-ext-1.2.1.pom | |
ioc-commons-ext-1.2.1.jar | 20 KB |
ioc-commons-ext-1.2.1-sources.jar | 5 KB |
ioc-commons-ext-1.2.1-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.seleniti.ioccommons/ioc-commons-ext/ -->
<dependency>
<groupId>com.seleniti.ioccommons</groupId>
<artifactId>ioc-commons-ext</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.seleniti.ioccommons/ioc-commons-ext/
implementation 'com.seleniti.ioccommons:ioc-commons-ext:1.2.1'
// https://jarcasting.com/artifacts/com.seleniti.ioccommons/ioc-commons-ext/
implementation ("com.seleniti.ioccommons:ioc-commons-ext:1.2.1")
'com.seleniti.ioccommons:ioc-commons-ext:jar:1.2.1'
<dependency org="com.seleniti.ioccommons" name="ioc-commons-ext" rev="1.2.1">
<artifact name="ioc-commons-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seleniti.ioccommons', module='ioc-commons-ext', version='1.2.1')
)
libraryDependencies += "com.seleniti.ioccommons" % "ioc-commons-ext" % "1.2.1"
[com.seleniti.ioccommons/ioc-commons-ext "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.seleniti.ioccommons : ioc-commons | jar | 1.2.1 |