Files download
File Operation
api-0.8.589.jar download
api-0.8.589.pom download
api-0.8.589-sources.jar download
Apache Maven
<dependency>
  <groupId>com.cognitect.aws</groupId>
  <artifactId>api</artifactId>
  <version>0.8.589</version>
</dependency>
Gradle Groovy
implementation 'com.cognitect.aws:api:0.8.589'
Gradle Kotlin
implementation("com.cognitect.aws:api:0.8.589")
Scala SBT
libraryDependencies += "com.cognitect.aws" % "api" % "0.8.589"
Groovy Grape
@Grapes(
  @Grab(group='com.cognitect.aws', module='api', version='0.8.589')
)
Apache Ivy
<dependency org="com.cognitect.aws" name="api" rev="0.8.589" />
Leiningen
[com.cognitect.aws/api "0.8.589"]
Apache Buildr
'com.cognitect.aws:api:jar:0.8.589'