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