MVN

com.bandwidth : async-sqs

Maven & Gradle

Sep 28, 2020
3 stars

async-sqs · async SQS library

<dependency>
    <groupId>com.bandwidth</groupId>
    <artifactId>async-sqs</artifactId>
    <version>0.12.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bandwidth : async-sqs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.6

All Versions

Choose a version of com.bandwidth : async-sqs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12.x
async-sqs-0.12.6
async-sqs-0.12.5
async-sqs-0.12.3
async-sqs-0.12.2
async-sqs-0.12.1
async-sqs-0.12.0
0.11.x
async-sqs-0.11.6
async-sqs-0.11.5
async-sqs-0.11.4
async-sqs-0.11.3
async-sqs-0.11.2
async-sqs-0.11.1
async-sqs-0.11.0
0.10.x
async-sqs-0.10.0
0.9.x
async-sqs-0.9.1

How to add a dependency to Maven

Add the following com.bandwidth : async-sqs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bandwidth</groupId>
    <artifactId>async-sqs</artifactId>
    <version>0.12.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bandwidth : async-sqs gradle dependency to your build.gradle file:

implementation 'com.bandwidth:async-sqs:0.12.6'

Gradle Kotlin DSL: Add the following com.bandwidth : async-sqs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bandwidth:async-sqs:0.12.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bandwidth : async-sqs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bandwidth" % "async-sqs" % "0.12.6"

Advertisement