Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.09 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.09 KB

aws-goodies


This repository collects odds and ends useful for accessing AWS from Dropwizard services.

Access with Maven

Coordinates

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

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

Releases are published on Maven Central.

License

The license is BSD 2-clause. This information is also present in the LICENSE file and in the pom.xml.