Dependency Information

Apache Maven

<dependency>
  <groupId>com.basistech</groupId>
  <artifactId>metrics-cloudwatch-reporter</artifactId>
  <version>0.0.1</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'com.basistech:metrics-cloudwatch-reporter:bundle:0.0.1'

Apache Ant

<dependency org="com.basistech" name="metrics-cloudwatch-reporter" rev="0.0.1">
  <artifact name="metrics-cloudwatch-reporter" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.basistech', module='metrics-cloudwatch-reporter', version='0.0.1')
)

Grails

compile 'com.basistech:metrics-cloudwatch-reporter:0.0.1'

Leiningen

[com.basistech/metrics-cloudwatch-reporter "0.0.1"]

SBT

libraryDependencies += "com.basistech" %% "metrics-cloudwatch-reporter" % "0.0.1"