文件下载
文件名 操作
modules-2.4.pom 下载
Apache Maven
<dependency>
  <groupId>it.tidalwave.thesefoolishthings</groupId>
  <artifactId>modules</artifactId>
  <version>2.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.tidalwave.thesefoolishthings:modules:2.4'
Gradle Kotlin
implementation("it.tidalwave.thesefoolishthings:modules:2.4")
Scala SBT
libraryDependencies += "it.tidalwave.thesefoolishthings" % "modules" % "2.4"
Groovy Grape
@Grapes(
  @Grab(group='it.tidalwave.thesefoolishthings', module='modules', version='2.4')
)
Apache Ivy
<dependency org="it.tidalwave.thesefoolishthings" name="modules" rev="2.4" />
Leiningen
[it.tidalwave.thesefoolishthings/modules "2.4"]
Apache Buildr
'it.tidalwave.thesefoolishthings:modules:jar:2.4'