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