文件下载
文件名 操作
commons-collections-1.0-beta-2.jar 下载
commons-collections-1.0-beta-2.pom 下载
commons-collections-1.0-beta-2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.staccatocommons</groupId>
  <artifactId>commons-collections</artifactId>
  <version>1.0-beta-2</version>
</dependency>
Gradle Groovy
implementation 'net.sf.staccatocommons:commons-collections:1.0-beta-2'
Gradle Kotlin
implementation("net.sf.staccatocommons:commons-collections:1.0-beta-2")
Scala SBT
libraryDependencies += "net.sf.staccatocommons" % "commons-collections" % "1.0-beta-2"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.staccatocommons', module='commons-collections', version='1.0-beta-2')
)
Apache Ivy
<dependency org="net.sf.staccatocommons" name="commons-collections" rev="1.0-beta-2" />
Leiningen
[net.sf.staccatocommons/commons-collections "1.0-beta-2"]
Apache Buildr
'net.sf.staccatocommons:commons-collections:jar:1.0-beta-2'