| Группа | Группаcom.bandwidth |
|---|---|
| Идентификатор | Идентификаторasync-sqs |
| Версия | Версия0.12.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]