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