文件下载
文件名 操作
collection-0.6.jar 下载
collection-0.6.pom 下载
collection-0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.andrewoma.dexx</groupId>
  <artifactId>collection</artifactId>
  <version>0.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.andrewoma.dexx:collection:0.6'
Gradle Kotlin
implementation("com.github.andrewoma.dexx:collection:0.6")
Scala SBT
libraryDependencies += "com.github.andrewoma.dexx" % "collection" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.andrewoma.dexx', module='collection', version='0.6')
)
Apache Ivy
<dependency org="com.github.andrewoma.dexx" name="collection" rev="0.6" />
Leiningen
[com.github.andrewoma.dexx/collection "0.6"]
Apache Buildr
'com.github.andrewoma.dexx:collection:jar:0.6'