не последняя версия
Последняя версия 1.0.2

com.github.aglover:ahoy 1.0.1

Ahoy! is an asynchronous SQS adapter for AWS's Java SQS library.

Группа

Группа

com.github.aglover
Идентификатор

Идентификатор

ahoy
Версия

Версия

1.0.1
Тип

Тип

jar

Скачать ahoy 1.0.1


<!-- https://jarcasting.com/artifacts/com.github.aglover/ahoy/ -->
<dependency>
    <groupId>com.github.aglover</groupId>
    <artifactId>ahoy</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aglover/ahoy/
implementation 'com.github.aglover:ahoy:1.0.1'
// https://jarcasting.com/artifacts/com.github.aglover/ahoy/
implementation ("com.github.aglover:ahoy:1.0.1")
'com.github.aglover:ahoy:jar:1.0.1'
<dependency org="com.github.aglover" name="ahoy" rev="1.0.1">
  <artifact name="ahoy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aglover', module='ahoy', version='1.0.1')
)
libraryDependencies += "com.github.aglover" % "ahoy" % "1.0.1"
[com.github.aglover/ahoy "1.0.1"]