| License |
License |
|---|---|
| GroupId | GroupIdcom.github.aglover |
| ArtifactId | ArtifactIdahoy |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAhoy
Ahoy! is an asynchronous SQS adapter for AWS's Java SQS library.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| ahoy-1.0.2.pom | |
| ahoy-1.0.2.jar | 4 KB |
| ahoy-1.0.2-sources.jar | 2 KB |
| ahoy-1.0.2-javadoc.jar | 35 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.amazonaws : aws-java-sdk | jar | 1.6.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 1.9.5 |
| junit : junit | jar | 4.11 |