Fork me on GitHub

Dependency Information

Apache Maven

  1. <dependency>
  2. <groupId>net.osgiliath.poms</groupId>
  3. <artifactId>net.osgiliath.poms</artifactId>
  4. <version>0.3.7-SNAPSHOT</version>
  5. <type>pom</type>
  6. </dependency>

Apache Buildr

  1. 'net.osgiliath.poms:net.osgiliath.poms:pom:0.3.7-SNAPSHOT'

Apache Ivy

  1. <dependency org="net.osgiliath.poms" name="net.osgiliath.poms" rev="0.3.7-SNAPSHOT">
  2. <artifact name="net.osgiliath.poms" type="pom" />
  3. </dependency>

Groovy Grape

  1. @Grapes(
  2. @Grab(group='net.osgiliath.poms', module='net.osgiliath.poms', version='0.3.7-SNAPSHOT')
  3. )

Grails

  1. compile 'net.osgiliath.poms:net.osgiliath.poms:0.3.7-SNAPSHOT'

Leiningen

  1. [net.osgiliath.poms "0.3.7-SNAPSHOT"]

SBT

  1. libraryDependencies += "net.osgiliath.poms" % "net.osgiliath.poms" % "0.3.7-SNAPSHOT"