Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>it.tidalwave.thesefoolishthings</groupId>
  <artifactId>project-archetype</artifactId>
  <version>3.2-ALPHA-11</version>
  <type>maven-archetype</type>
</dependency>

Apache Buildr

'it.tidalwave.thesefoolishthings:project-archetype:maven-archetype:3.2-ALPHA-11'

Apache Ivy

<dependency org="it.tidalwave.thesefoolishthings" name="project-archetype" rev="3.2-ALPHA-11">
  <artifact name="project-archetype" type="maven-archetype" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='it.tidalwave.thesefoolishthings', module='project-archetype', version='3.2-ALPHA-11')
)

Gradle/Grails

compile 'it.tidalwave.thesefoolishthings:project-archetype:3.2-ALPHA-11'

Scala SBT

libraryDependencies += "it.tidalwave.thesefoolishthings" % "project-archetype" % "3.2-ALPHA-11"

Leiningen

[it.tidalwave.thesefoolishthings/project-archetype "3.2-ALPHA-11"]