commons-collections

commons-collections

Types that extend and augment the Java Collections Framework.
Apache Software Foundation
Stephen Colebourne Morgan Delagrange Matthew Hawthorne Geir Magnusson Craig McClanahan Phil Steitz Arun M. Thomas Rodney Waldhoff Henri Yandell
文件下载
文件名 操作
commons-collections-3.0.jar 下载
commons-collections-3.0.pom 下载
commons-collections-3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>commons-collections</groupId>
  <artifactId>commons-collections</artifactId>
  <version>3.0</version>
</dependency>
Gradle Groovy
implementation 'commons-collections:commons-collections:3.0'
Gradle Kotlin
implementation("commons-collections:commons-collections:3.0")
Scala SBT
libraryDependencies += "commons-collections" % "commons-collections" % "3.0"
Groovy Grape
@Grapes(
  @Grab(group='commons-collections', module='commons-collections', version='3.0')
)
Apache Ivy
<dependency org="commons-collections" name="commons-collections" rev="3.0" />
Leiningen
[commons-collections/commons-collections "3.0"]
Apache Buildr
'commons-collections:commons-collections:jar:3.0'
本项目依赖