GroupId | GroupIdcommons-collections |
---|---|
ArtifactId | ArtifactIdcommons-collections-testframework |
Last Version | Last Version20040102.233541 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/commons-collections/commons-collections-testframework/ -->
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections-testframework</artifactId>
<version>20040102.233541</version>
</dependency>
// https://jarcasting.com/artifacts/commons-collections/commons-collections-testframework/
implementation 'commons-collections:commons-collections-testframework:20040102.233541'
// https://jarcasting.com/artifacts/commons-collections/commons-collections-testframework/
implementation ("commons-collections:commons-collections-testframework:20040102.233541")
'commons-collections:commons-collections-testframework:jar:20040102.233541'
<dependency org="commons-collections" name="commons-collections-testframework" rev="20040102.233541">
<artifact name="commons-collections-testframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='commons-collections', module='commons-collections-testframework', version='20040102.233541')
)
libraryDependencies += "commons-collections" % "commons-collections-testframework" % "20040102.233541"
[commons-collections/commons-collections-testframework "20040102.233541"]