Fork me on GitHub

Dependency Information

Apache Maven

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

Apache Buildr

'net.osgiliath.features:net.osgiliath.features:pom:0.3.7-SNAPSHOT'

Apache Ivy

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

Groovy Grape

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

Grails

compile 'net.osgiliath.features:net.osgiliath.features:0.3.7-SNAPSHOT'

Leiningen

[net.osgiliath.features "0.3.7-SNAPSHOT"]

SBT

libraryDependencies += "net.osgiliath.features" % "net.osgiliath.features" % "0.3.7-SNAPSHOT"