Dependency Information

Apache Maven

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

Apache Buildr

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

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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