Files download
File Operation
modules-3.1-ALPHA-2.pom download
Apache Maven
<dependency>
  <groupId>it.tidalwave.thesefoolishthings</groupId>
  <artifactId>modules</artifactId>
  <version>3.1-ALPHA-2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.tidalwave.thesefoolishthings:modules:3.1-ALPHA-2'
Gradle Kotlin
implementation("it.tidalwave.thesefoolishthings:modules:3.1-ALPHA-2")
Scala SBT
libraryDependencies += "it.tidalwave.thesefoolishthings" % "modules" % "3.1-ALPHA-2"
Groovy Grape
@Grapes(
  @Grab(group='it.tidalwave.thesefoolishthings', module='modules', version='3.1-ALPHA-2')
)
Apache Ivy
<dependency org="it.tidalwave.thesefoolishthings" name="modules" rev="3.1-ALPHA-2" />
Leiningen
[it.tidalwave.thesefoolishthings/modules "3.1-ALPHA-2"]
Apache Buildr
'it.tidalwave.thesefoolishthings:modules:jar:3.1-ALPHA-2'