Dependency Information

Apache Maven

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

Apache Buildr

'ddf.distribution:webconsole-branding-plugin:bundle:2.9.0-SNAPSHOT'

Apache Ant

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

Groovy Grape

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

Grails

compile 'ddf.distribution:webconsole-branding-plugin:2.9.0-SNAPSHOT'

Leiningen

[ddf.distribution/webconsole-branding-plugin "2.9.0-SNAPSHOT"]

SBT

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