[go: nahoru, domu]

Skip to content

Multifarious/aws-goodies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Useful bits of code for working with AWS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages