Dependency Information

Apache Maven

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

Apache Buildr

'ddf.notifications.core:notifications-core-pom:pom:2.9.0-SNAPSHOT'

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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