License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Ant Build Tools |
GroupId | GroupIdcom.danidemi.jlubricant |
ArtifactId | ArtifactIdjlubricant-apache-commons-collections |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjlubricant-apache-commons-collections
Wrapper around classes from apache commons collections that allow generics. Please, evaluate whether is better to move directly to Apache's commons-collections4.
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.danidemi.jlubricant/jlubricant-apache-commons-collections/ -->
<dependency>
<groupId>com.danidemi.jlubricant</groupId>
<artifactId>jlubricant-apache-commons-collections</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.danidemi.jlubricant/jlubricant-apache-commons-collections/
implementation 'com.danidemi.jlubricant:jlubricant-apache-commons-collections:0.0.4'
// https://jarcasting.com/artifacts/com.danidemi.jlubricant/jlubricant-apache-commons-collections/
implementation ("com.danidemi.jlubricant:jlubricant-apache-commons-collections:0.0.4")
'com.danidemi.jlubricant:jlubricant-apache-commons-collections:jar:0.0.4'
<dependency org="com.danidemi.jlubricant" name="jlubricant-apache-commons-collections" rev="0.0.4">
<artifact name="jlubricant-apache-commons-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.danidemi.jlubricant', module='jlubricant-apache-commons-collections', version='0.0.4')
)
libraryDependencies += "com.danidemi.jlubricant" % "jlubricant-apache-commons-collections" % "0.0.4"
[com.danidemi.jlubricant/jlubricant-apache-commons-collections "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
commons-collections : commons-collections | jar | 3.2.1 |
org.apache.commons : commons-collections4 | jar | 4.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 1.9.5 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-integration | jar | 1.3 |