This repository collects odds and ends useful for accessing AWS from Dropwizard services.
Include the following in your pom.xml
:
<dependency> <groupId>io.ifar.aws-goodies</groupId> <artifactId>aws-goodies</artifactId> <version>${version}</version> </dependency>
Where ${version}
is the version you want to depend on.
Snapshots are available from the Sonatype OSS snapshot repository:
<repository> <id>sonatype-oss-snapshots</id> <name>Sonatype OSS Snapshot Repository</name> <url>https://oss.sonatype.org/content/repositories/snapshots/</url> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>false</enabled> </releases> </repository>
Releases are published on Maven Central.
The license is BSD 2-clause. This information is also present in the LICENSE
file and in the pom.xml
.