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