не последняя версия
Последняя версия 20040102.233541

commons-collections:commons-collections-testframework 3.0


Группа

Группа

commons-collections
Идентификатор

Идентификатор

commons-collections-testframework
Версия

Версия

3.0
Тип

Тип

jar

Скачать commons-collections-testframework 3.0


<!-- 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"]