Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>net.osgiliath.poms</groupId>
  <artifactId>net.osgiliath.parent</artifactId>
  <version>0.3.7-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

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

Apache Ivy

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

Groovy Grape

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

Grails

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

Leiningen

[net.osgiliath.poms/net.osgiliath.parent "0.3.7-SNAPSHOT"]

SBT

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