GroupId | GroupIdio.drinkwater |
---|---|
ArtifactId | ArtifactIdexamples |
Version | Version0.0.7 |
Type | Typepom |
Filename | Size |
---|---|
examples-0.0.7.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.drinkwater/examples/ -->
<dependency>
<groupId>io.drinkwater</groupId>
<artifactId>examples</artifactId>
<version>0.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.drinkwater/examples/
implementation 'io.drinkwater:examples:0.0.7'
// https://jarcasting.com/artifacts/io.drinkwater/examples/
implementation ("io.drinkwater:examples:0.0.7")
'io.drinkwater:examples:pom:0.0.7'
<dependency org="io.drinkwater" name="examples" rev="0.0.7">
<artifact name="examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.drinkwater', module='examples', version='0.0.7')
)
libraryDependencies += "io.drinkwater" % "examples" % "0.0.7"
[io.drinkwater/examples "0.0.7"]