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