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