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