is not current version
Last Version 3.2-ALPHA-12

it.tidalwave.thesefoolishthings:modules 3.2-ALPHA-2

This module is an umbrella for all the components. It contains the global configuration for the build as well as the declaration of dependencies.

GroupId

GroupId

it.tidalwave.thesefoolishthings
ArtifactId

ArtifactId

modules
Version

Version

3.2-ALPHA-2
Type

Type

pom

Download modules 3.2-ALPHA-2

Filename Size
modules-3.2-ALPHA-2.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/it.tidalwave.thesefoolishthings/modules/ -->
<dependency>
    <groupId>it.tidalwave.thesefoolishthings</groupId>
    <artifactId>modules</artifactId>
    <version>3.2-ALPHA-2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.tidalwave.thesefoolishthings/modules/
implementation 'it.tidalwave.thesefoolishthings:modules:3.2-ALPHA-2'
// https://jarcasting.com/artifacts/it.tidalwave.thesefoolishthings/modules/
implementation ("it.tidalwave.thesefoolishthings:modules:3.2-ALPHA-2")
'it.tidalwave.thesefoolishthings:modules:pom:3.2-ALPHA-2'
<dependency org="it.tidalwave.thesefoolishthings" name="modules" rev="3.2-ALPHA-2">
  <artifact name="modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.tidalwave.thesefoolishthings', module='modules', version='3.2-ALPHA-2')
)
libraryDependencies += "it.tidalwave.thesefoolishthings" % "modules" % "3.2-ALPHA-2"
[it.tidalwave.thesefoolishthings/modules "3.2-ALPHA-2"]