Dependency Information

Apache Maven

<dependency>
  <groupId>org.csc</groupId>
  <artifactId>phynixx-watchdog</artifactId>
  <version>2.0.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'org.csc:phynixx-watchdog:jar:2.0.0-SNAPSHOT'

Apache Ant

<dependency org="org.csc" name="phynixx-watchdog" rev="2.0.0-SNAPSHOT">
  <artifact name="phynixx-watchdog" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.csc', module='phynixx-watchdog', version='2.0.0-SNAPSHOT')
)

Grails

compile 'org.csc:phynixx-watchdog:2.0.0-SNAPSHOT'

Leiningen

[org.csc/phynixx-watchdog "2.0.0-SNAPSHOT"]

SBT

libraryDependencies += "org.csc" %% "phynixx-watchdog" % "2.0.0-SNAPSHOT"