Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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