Ahoy

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

License

License

GroupId

GroupId

com.github.aglover
ArtifactId

ArtifactId

ahoy
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/aglover/ahoy

Download ahoy

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.amazonaws : aws-java-sdk jar 1.6.7

test (2)

Group / Artifact Type Version
org.mockito : mockito-core jar 1.9.5
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1