Fork me on GitHub

Dependency Information

Apache Maven

<dependency>
  <groupId>it.tidalwave.thesefoolishthings</groupId>
  <artifactId>modules</artifactId>
  <version>3.2-ALPHA-11</version>
  <type>pom</type>
</dependency>

Apache Buildr

'it.tidalwave.thesefoolishthings:modules:pom:3.2-ALPHA-11'

Apache Ivy

<dependency org="it.tidalwave.thesefoolishthings" name="modules" rev="3.2-ALPHA-11">
  <artifact name="modules" type="pom" />
</dependency>

Groovy Grape

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

Gradle/Grails

compile 'it.tidalwave.thesefoolishthings:modules:3.2-ALPHA-11'

Scala SBT

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

Leiningen

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