Dependency Information

Apache Maven

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

Apache Buildr

'org.csc:phynixx:pom:2.0.0-SNAPSHOT'

Apache Ant

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

Groovy Grape

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

Grails

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

Leiningen

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

SBT

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