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