GroupId | GroupIdit.tidalwave.thesefoolishthings |
---|---|
ArtifactId | ArtifactIdmodules |
Version | Version1.5.2 |
Type | Typejar |
Filename | Size |
---|---|
modules-1.5.2.pom | 2 KB |
modules-1.5.2-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.tidalwave.thesefoolishthings/modules/ -->
<dependency>
<groupId>it.tidalwave.thesefoolishthings</groupId>
<artifactId>modules</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/it.tidalwave.thesefoolishthings/modules/
implementation 'it.tidalwave.thesefoolishthings:modules:1.5.2'
// https://jarcasting.com/artifacts/it.tidalwave.thesefoolishthings/modules/
implementation ("it.tidalwave.thesefoolishthings:modules:1.5.2")
'it.tidalwave.thesefoolishthings:modules:jar:1.5.2'
<dependency org="it.tidalwave.thesefoolishthings" name="modules" rev="1.5.2">
<artifact name="modules" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.tidalwave.thesefoolishthings', module='modules', version='1.5.2')
)
libraryDependencies += "it.tidalwave.thesefoolishthings" % "modules" % "1.5.2"
[it.tidalwave.thesefoolishthings/modules "1.5.2"]