is not current version
Last Version 1.1.1

xyz.luan:parent-pom 1.1.0

Just the parent POM, default information and such.

GroupId

GroupId

xyz.luan
ArtifactId

ArtifactId

parent-pom
Version

Version

1.1.0
Type

Type

pom

Download parent-pom 1.1.0

Filename Size
parent-pom-1.1.0.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/xyz.luan/parent-pom/ -->
<dependency>
    <groupId>xyz.luan</groupId>
    <artifactId>parent-pom</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.luan/parent-pom/
implementation 'xyz.luan:parent-pom:1.1.0'
// https://jarcasting.com/artifacts/xyz.luan/parent-pom/
implementation ("xyz.luan:parent-pom:1.1.0")
'xyz.luan:parent-pom:pom:1.1.0'
<dependency org="xyz.luan" name="parent-pom" rev="1.1.0">
  <artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.luan', module='parent-pom', version='1.1.0')
)
libraryDependencies += "xyz.luan" % "parent-pom" % "1.1.0"
[xyz.luan/parent-pom "1.1.0"]