Maven Coordinates
Apache Maven
<dependency> <groupId>it.tidalwave.thesefoolishthings</groupId> <artifactId>modules</artifactId> <version>5.0-ALPHA-1</version> <type>pom</type> </dependency>
Apache Ivy
<dependency org="it.tidalwave.thesefoolishthings" name="modules" rev="5.0-ALPHA-1"> <artifact name="modules" type="pom" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='it.tidalwave.thesefoolishthings', module='modules', version='5.0-ALPHA-1') )
Gradle/Grails
implementation 'it.tidalwave.thesefoolishthings:modules:5.0-ALPHA-1'
Scala SBT
libraryDependencies += "it.tidalwave.thesefoolishthings" % "modules" % "5.0-ALPHA-1"
Leiningen
[it.tidalwave.thesefoolishthings/modules "5.0-ALPHA-1"]
TheseFoolishThings (modules)