GroupId | GroupIdorg.cloudhoist |
---|---|
ArtifactId | ArtifactIdparent-pom |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-pom-0.1.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cloudhoist/parent-pom/ -->
<dependency>
<groupId>org.cloudhoist</groupId>
<artifactId>parent-pom</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cloudhoist/parent-pom/
implementation 'org.cloudhoist:parent-pom:0.1.0'
// https://jarcasting.com/artifacts/org.cloudhoist/parent-pom/
implementation ("org.cloudhoist:parent-pom:0.1.0")
'org.cloudhoist:parent-pom:pom:0.1.0'
<dependency org="org.cloudhoist" name="parent-pom" rev="0.1.0">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cloudhoist', module='parent-pom', version='0.1.0')
)
libraryDependencies += "org.cloudhoist" % "parent-pom" % "0.1.0"
[org.cloudhoist/parent-pom "0.1.0"]