Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>net.osgiliath.archetypes</groupId>
  <artifactId>net.osgiliath.archetype.routes</artifactId>
  <version>0.3.7-SNAPSHOT</version>
  <type>maven-archetype</type>
</dependency>

Apache Buildr

'net.osgiliath.archetypes:net.osgiliath.archetype.routes:maven-archetype:0.3.7-SNAPSHOT'

Apache Ivy

<dependency org="net.osgiliath.archetypes" name="net.osgiliath.archetype.routes" rev="0.3.7-SNAPSHOT">
  <artifact name="net.osgiliath.archetype.routes" type="maven-archetype" />
</dependency>

Groovy Grape

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

Grails

compile 'net.osgiliath.archetypes:net.osgiliath.archetype.routes:0.3.7-SNAPSHOT'

Leiningen

[net.osgiliath.archetypes/net.osgiliath.archetype.routes "0.3.7-SNAPSHOT"]

SBT

libraryDependencies += "net.osgiliath.archetypes" % "net.osgiliath.archetype.routes" % "0.3.7-SNAPSHOT"