| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.commons |
| Идентификатор | Идентификаторcommons-collections4 |
| Последняя версия | Последняя версия4.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеApache Commons Collections
The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.easymock : easymock | jar | 4.0.2 |
| org.apache.commons : commons-lang3 | jar | 3.9 |