<dependency>
<groupId>it.tidalwave.thesefoolishthings</groupId>
<artifactId>project-archetype</artifactId>
<version>3.2-ALPHA-14</version>
<type>maven-archetype</type>
</dependency>
libraryDependencies += "it.tidalwave.thesefoolishthings" % "project-archetype" % "3.2-ALPHA-14"
@Grapes(
@Grab(group='it.tidalwave.thesefoolishthings', module='project-archetype', version='3.2-ALPHA-14')
)
<dependency org="it.tidalwave.thesefoolishthings" name="project-archetype" rev="3.2-ALPHA-14" />
<parent> <groupId>it.tidalwave.thesefoolishthings</groupId> <artifactId>thesefoolishthings</artifactId> <version>3.2-ALPHA-14</version> </parent>