The Disco Blog

Can you dig it?

Ahoy There Maven Central

Ahoy!, which is an asynchronous SQS adapter for AWS’s Java SQS library, is now syncing with Maven Central. This means you can easily use Ahoy! in your Maven or Gradle builds.

For example, if you want to spice up your SQS and you use Maven, just add the following dependency for your pom.xml file and you’ll be rockin’ it in no time, baby!

Including Ahoy! into your Maven pom.xml
1
2
3
4
5
<dependency>
  <groupId>com.github.aglover</groupId>
  <artifactId>ahoy</artifactId>
  <version>1.0.1</version>
</dependency>

You don’t use Maven? But rather use Gradle? I’ve got you covered!

Adding Ahoy! into your Gradle build.gradle file
1
compile 'com.github.aglover:ahoy:1.0.1'

Check out mvnrepository.com for how to include Ahoy! into your SBT build or other dependency management tool like Ivy.

Comments