| GroupId | GroupIdfun.awooo.dive |
|---|---|
| ArtifactId | ArtifactIddive-sugar |
| Version | Version0.0.24 |
| Type | Typepom |
| Filename | Size |
|---|---|
| dive-sugar-0.0.24.pom | |
| dive-sugar-0.0.24-sources.jar | 76 KB |
| dive-sugar-0.0.24-javadoc.jar | 697 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fun.awooo.dive/dive-sugar/ -->
<dependency>
<groupId>fun.awooo.dive</groupId>
<artifactId>dive-sugar</artifactId>
<version>0.0.24</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fun.awooo.dive/dive-sugar/
implementation 'fun.awooo.dive:dive-sugar:0.0.24'
// https://jarcasting.com/artifacts/fun.awooo.dive/dive-sugar/
implementation ("fun.awooo.dive:dive-sugar:0.0.24")
'fun.awooo.dive:dive-sugar:pom:0.0.24'
<dependency org="fun.awooo.dive" name="dive-sugar" rev="0.0.24">
<artifact name="dive-sugar" type="pom" />
</dependency>
@Grapes(
@Grab(group='fun.awooo.dive', module='dive-sugar', version='0.0.24')
)
libraryDependencies += "fun.awooo.dive" % "dive-sugar" % "0.0.24"
[fun.awooo.dive/dive-sugar "0.0.24"]