Fork me on GitHub

Maven Coordinates

Apache Maven

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

Apache Ivy

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

Groovy Grape

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

Gradle/Grails

implementation 'it.tidalwave.thesefoolishthings:project-archetype:4.0-ALPHA-2'

Scala SBT

libraryDependencies += "it.tidalwave.thesefoolishthings" % "project-archetype" % "4.0-ALPHA-2"

Leiningen

[it.tidalwave.thesefoolishthings/project-archetype "4.0-ALPHA-2"]