Dependency Information

Apache Maven

<dependency>
  <groupId>ddf.distribution</groupId>
  <artifactId>console-branding</artifactId>
  <version>2.9.0-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'ddf.distribution:console-branding:bundle:2.9.0-SNAPSHOT'

Apache Ant

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

Groovy Grape

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

Grails

compile 'ddf.distribution:console-branding:2.9.0-SNAPSHOT'

Leiningen

[ddf.distribution/console-branding "2.9.0-SNAPSHOT"]

SBT

libraryDependencies += "ddf.distribution" %% "console-branding" % "2.9.0-SNAPSHOT"