Dependency Information

Apache Maven

<dependency>
  <groupId>ddf.catalog.rest</groupId>
  <artifactId>catalog-rest-endpoint</artifactId>
  <version>2.9.0-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'ddf.catalog.rest:catalog-rest-endpoint:bundle:2.9.0-SNAPSHOT'

Apache Ant

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

Groovy Grape

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

Grails

compile 'ddf.catalog.rest:catalog-rest-endpoint:2.9.0-SNAPSHOT'

Leiningen

[ddf.catalog.rest/catalog-rest-endpoint "2.9.0-SNAPSHOT"]

SBT

libraryDependencies += "ddf.catalog.rest" %% "catalog-rest-endpoint" % "2.9.0-SNAPSHOT"