Dependency Information

Apache Maven

<dependency>
  <groupId>ddf.catalog.plugin</groupId>
  <artifactId>catalog-plugin-checksum</artifactId>
  <version>2.9.0-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'ddf.catalog.plugin:catalog-plugin-checksum:bundle:2.9.0-SNAPSHOT'

Apache Ant

<dependency org="ddf.catalog.plugin" name="catalog-plugin-checksum" rev="2.9.0-SNAPSHOT">
  <artifact name="catalog-plugin-checksum" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='ddf.catalog.plugin', module='catalog-plugin-checksum', version='2.9.0-SNAPSHOT')
)

Grails

compile 'ddf.catalog.plugin:catalog-plugin-checksum:2.9.0-SNAPSHOT'

Leiningen

[ddf.catalog.plugin/catalog-plugin-checksum "2.9.0-SNAPSHOT"]

SBT

libraryDependencies += "ddf.catalog.plugin" %% "catalog-plugin-checksum" % "2.9.0-SNAPSHOT"