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