is not current version
Last Version 1.10

com.github.ppadial:parent-pom 1.5

Parent POM for com.github.ppadial java projects

GroupId

GroupId

com.github.ppadial
ArtifactId

ArtifactId

parent-pom
Version

Version

1.5
Type

Type

pom

Download parent-pom 1.5

Filename Size
parent-pom-1.5.pom 69 KB
Browse

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