GroupId | GroupIdinfo.kfgodel |
---|---|
ArtifactId | ArtifactIdroot-pom |
Version | Version0.2.1 |
Type | Typepom |
Filename | Size |
---|---|
root-pom-0.2.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/info.kfgodel/root-pom/ -->
<dependency>
<groupId>info.kfgodel</groupId>
<artifactId>root-pom</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/info.kfgodel/root-pom/
implementation 'info.kfgodel:root-pom:0.2.1'
// https://jarcasting.com/artifacts/info.kfgodel/root-pom/
implementation ("info.kfgodel:root-pom:0.2.1")
'info.kfgodel:root-pom:pom:0.2.1'
<dependency org="info.kfgodel" name="root-pom" rev="0.2.1">
<artifact name="root-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='info.kfgodel', module='root-pom', version='0.2.1')
)
libraryDependencies += "info.kfgodel" % "root-pom" % "0.2.1"
[info.kfgodel/root-pom "0.2.1"]