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