Dependency Information

Apache Maven

<dependency>
  <groupId>ddf.notifications.core</groupId>
  <artifactId>platform-core-notificationcommands</artifactId>
  <version>2.9.0-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'ddf.notifications.core:platform-core-notificationcommands:bundle:2.9.0-SNAPSHOT'

Apache Ant

<dependency org="ddf.notifications.core" name="platform-core-notificationcommands" rev="2.9.0-SNAPSHOT">
  <artifact name="platform-core-notificationcommands" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='ddf.notifications.core', module='platform-core-notificationcommands', version='2.9.0-SNAPSHOT')
)

Grails

compile 'ddf.notifications.core:platform-core-notificationcommands:2.9.0-SNAPSHOT'

Leiningen

[ddf.notifications.core/platform-core-notificationcommands "2.9.0-SNAPSHOT"]

SBT

libraryDependencies += "ddf.notifications.core" %% "platform-core-notificationcommands" % "2.9.0-SNAPSHOT"