| GroupId | GroupIdcommons-collections |
|---|---|
| ArtifactId | ArtifactIdcommons-collections-testframework |
| Version | Version3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-collections-testframework-3.0.pom | |
| commons-collections-testframework-3.0.jar | 95 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/commons-collections/commons-collections-testframework/ -->
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections-testframework</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/commons-collections/commons-collections-testframework/
implementation 'commons-collections:commons-collections-testframework:3.0'
// https://jarcasting.com/artifacts/commons-collections/commons-collections-testframework/
implementation ("commons-collections:commons-collections-testframework:3.0")
'commons-collections:commons-collections-testframework:jar:3.0'
<dependency org="commons-collections" name="commons-collections-testframework" rev="3.0">
<artifact name="commons-collections-testframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='commons-collections', module='commons-collections-testframework', version='3.0')
)
libraryDependencies += "commons-collections" % "commons-collections-testframework" % "3.0"
[commons-collections/commons-collections-testframework "3.0"]