| License |
License |
|---|---|
| GroupId | GroupIdorg.cloudhoist |
| ArtifactId | ArtifactIdparent-pom |
| Last Version | Last Version0.1.3 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionparent-pom
parent pom for projects released to sonatype
|
| Filename | Size |
|---|---|
| parent-pom-0.1.3.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.cloudhoist/parent-pom/ -->
<dependency>
<groupId>org.cloudhoist</groupId>
<artifactId>parent-pom</artifactId>
<version>0.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.cloudhoist/parent-pom/
implementation 'org.cloudhoist:parent-pom:0.1.3'
// https://jarcasting.com/artifacts/org.cloudhoist/parent-pom/
implementation ("org.cloudhoist:parent-pom:0.1.3")
'org.cloudhoist:parent-pom:pom:0.1.3'
<dependency org="org.cloudhoist" name="parent-pom" rev="0.1.3">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.cloudhoist', module='parent-pom', version='0.1.3')
)
libraryDependencies += "org.cloudhoist" % "parent-pom" % "0.1.3"
[org.cloudhoist/parent-pom "0.1.3"]