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