Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>aws-maven-plugin</artifactId>
  <version>0.2.30</version>
  <type>maven-plugin</type>
</dependency>

Apache Buildr

'com.github.davidmoten:aws-maven-plugin:maven-plugin:0.2.30'

Apache Ivy

<dependency org="com.github.davidmoten" name="aws-maven-plugin" rev="0.2.30">
  <artifact name="aws-maven-plugin" type="maven-plugin" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.davidmoten', module='aws-maven-plugin', version='0.2.30')
)

Gradle/Grails

compile 'com.github.davidmoten:aws-maven-plugin:0.2.30'

Scala SBT

libraryDependencies += "com.github.davidmoten" % "aws-maven-plugin" % "0.2.30"

Leiningen

[com.github.davidmoten/aws-maven-plugin "0.2.30"]