is not current version
Last Version 20040102.233541

commons-collections:commons-collections-testframework 3.2


GroupId

GroupId

commons-collections
ArtifactId

ArtifactId

commons-collections-testframework
Version

Version

3.2
Type

Type

jar

Download commons-collections-testframework 3.2


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