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