| Группа | Группаcom.bandwidth |
|---|---|
| Идентификатор | Идентификаторasync-sqs |
| Версия | Версия0.12.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| async-sqs-0.12.5.pom | |
| async-sqs-0.12.5.jar | 125 KB |
| async-sqs-0.12.5-sources.jar | 68 KB |
| async-sqs-0.12.5-javadoc.jar | 525 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.bandwidth/async-sqs/ -->
<dependency>
<groupId>com.bandwidth</groupId>
<artifactId>async-sqs</artifactId>
<version>0.12.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.bandwidth/async-sqs/
implementation 'com.bandwidth:async-sqs:0.12.5'
// https://jarcasting.com/artifacts/com.bandwidth/async-sqs/
implementation ("com.bandwidth:async-sqs:0.12.5")
'com.bandwidth:async-sqs:jar:0.12.5'
<dependency org="com.bandwidth" name="async-sqs" rev="0.12.5">
<artifact name="async-sqs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bandwidth', module='async-sqs', version='0.12.5')
)
libraryDependencies += "com.bandwidth" % "async-sqs" % "0.12.5"
[com.bandwidth/async-sqs "0.12.5"]