m

modules

This module is an umbrella for all the components. It contains the global configuration for the build as well as the declaration of dependencies.
文件下载
文件名 操作
modules-3.2-ALPHA-15.pom 下载
Apache Maven
<dependency>
  <groupId>it.tidalwave.thesefoolishthings</groupId>
  <artifactId>modules</artifactId>
  <version>3.2-ALPHA-15</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.tidalwave.thesefoolishthings:modules:3.2-ALPHA-15'
Gradle Kotlin
implementation("it.tidalwave.thesefoolishthings:modules:3.2-ALPHA-15")
Scala SBT
libraryDependencies += "it.tidalwave.thesefoolishthings" % "modules" % "3.2-ALPHA-15"
Groovy Grape
@Grapes(
  @Grab(group='it.tidalwave.thesefoolishthings', module='modules', version='3.2-ALPHA-15')
)
Apache Ivy
<dependency org="it.tidalwave.thesefoolishthings" name="modules" rev="3.2-ALPHA-15" />
Leiningen
[it.tidalwave.thesefoolishthings/modules "3.2-ALPHA-15"]
Apache Buildr
'it.tidalwave.thesefoolishthings:modules:jar:3.2-ALPHA-15'