| GroupId | GroupIdcom.bandwidth |
|---|---|
| ArtifactId | ArtifactIdasync-sqs |
| Version | Version0.12.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| async-sqs-0.12.2.pom | |
| async-sqs-0.12.2.jar | 125 KB |
| async-sqs-0.12.2-sources.jar | 67 KB |
| async-sqs-0.12.2-javadoc.jar | 524 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.bandwidth/async-sqs/ -->
<dependency>
<groupId>com.bandwidth</groupId>
<artifactId>async-sqs</artifactId>
<version>0.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bandwidth/async-sqs/
implementation 'com.bandwidth:async-sqs:0.12.2'
// https://jarcasting.com/artifacts/com.bandwidth/async-sqs/
implementation ("com.bandwidth:async-sqs:0.12.2")
'com.bandwidth:async-sqs:jar:0.12.2'
<dependency org="com.bandwidth" name="async-sqs" rev="0.12.2">
<artifact name="async-sqs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bandwidth', module='async-sqs', version='0.12.2')
)
libraryDependencies += "com.bandwidth" % "async-sqs" % "0.12.2"
[com.bandwidth/async-sqs "0.12.2"]