Dependency Information

Apache Maven

<dependency>
  <groupId>ddf.platform</groupId>
  <artifactId>branding-resources</artifactId>
  <version>2.9.0-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'ddf.platform:branding-resources:bundle:2.9.0-SNAPSHOT'

Apache Ant

<dependency org="ddf.platform" name="branding-resources" rev="2.9.0-SNAPSHOT">
  <artifact name="branding-resources" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='ddf.platform', module='branding-resources', version='2.9.0-SNAPSHOT')
)

Grails

compile 'ddf.platform:branding-resources:2.9.0-SNAPSHOT'

Leiningen

[ddf.platform/branding-resources "2.9.0-SNAPSHOT"]

SBT

libraryDependencies += "ddf.platform" %% "branding-resources" % "2.9.0-SNAPSHOT"