GroupId | GroupIdio.drinkwater |
---|---|
ArtifactId | ArtifactIddrinkwater-helper |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
drinkwater-helper-0.0.8.pom | |
drinkwater-helper-0.0.8.jar | 9 KB |
drinkwater-helper-0.0.8-sources.jar | 6 KB |
drinkwater-helper-0.0.8-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.drinkwater/drinkwater-helper/ -->
<dependency>
<groupId>io.drinkwater</groupId>
<artifactId>drinkwater-helper</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.drinkwater/drinkwater-helper/
implementation 'io.drinkwater:drinkwater-helper:0.0.8'
// https://jarcasting.com/artifacts/io.drinkwater/drinkwater-helper/
implementation ("io.drinkwater:drinkwater-helper:0.0.8")
'io.drinkwater:drinkwater-helper:jar:0.0.8'
<dependency org="io.drinkwater" name="drinkwater-helper" rev="0.0.8">
<artifact name="drinkwater-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.drinkwater', module='drinkwater-helper', version='0.0.8')
)
libraryDependencies += "io.drinkwater" % "drinkwater-helper" % "0.0.8"
[io.drinkwater/drinkwater-helper "0.0.8"]