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