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