License |
License |
---|---|
GroupId | GroupIdorg.apache.commons |
ArtifactId | ArtifactIdcommons-collections4 |
Last Version | Last Version4.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Commons Collections
The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.commons/commons-collections4/ -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.commons/commons-collections4/
implementation 'org.apache.commons:commons-collections4:4.4'
// https://jarcasting.com/artifacts/org.apache.commons/commons-collections4/
implementation ("org.apache.commons:commons-collections4:4.4")
'org.apache.commons:commons-collections4:jar:4.4'
<dependency org="org.apache.commons" name="commons-collections4" rev="4.4">
<artifact name="commons-collections4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.commons', module='commons-collections4', version='4.4')
)
libraryDependencies += "org.apache.commons" % "commons-collections4" % "4.4"
[org.apache.commons/commons-collections4 "4.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.easymock : easymock | jar | 4.0.2 |
org.apache.commons : commons-lang3 | jar | 3.9 |