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