GroupId | GroupIdio.drinkwater |
---|---|
ArtifactId | ArtifactIddrinkwater-helper |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
drinkwater-helper-0.0.7.pom | |
drinkwater-helper-0.0.7.jar | 9 KB |
drinkwater-helper-0.0.7-sources.jar | 6 KB |
drinkwater-helper-0.0.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.drinkwater/drinkwater-helper/
implementation 'io.drinkwater:drinkwater-helper:0.0.7'
// https://jarcasting.com/artifacts/io.drinkwater/drinkwater-helper/
implementation ("io.drinkwater:drinkwater-helper:0.0.7")
'io.drinkwater:drinkwater-helper:jar:0.0.7'
<dependency org="io.drinkwater" name="drinkwater-helper" rev="0.0.7">
<artifact name="drinkwater-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.drinkwater', module='drinkwater-helper', version='0.0.7')
)
libraryDependencies += "io.drinkwater" % "drinkwater-helper" % "0.0.7"
[io.drinkwater/drinkwater-helper "0.0.7"]