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