is not current version
Last Version 1.10

com.github.ppadial:parent-pom 1.9

Parent POM for com.github.ppadial java projects

GroupId

GroupId

com.github.ppadial
ArtifactId

ArtifactId

parent-pom
Version

Version

1.9
Type

Type

pom

Download parent-pom 1.9

Filename Size
parent-pom-1.9.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.9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ppadial/parent-pom/
implementation 'com.github.ppadial:parent-pom:1.9'
// https://jarcasting.com/artifacts/com.github.ppadial/parent-pom/
implementation ("com.github.ppadial:parent-pom:1.9")
'com.github.ppadial:parent-pom:pom:1.9'
<dependency org="com.github.ppadial" name="parent-pom" rev="1.9">
  <artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ppadial', module='parent-pom', version='1.9')
)
libraryDependencies += "com.github.ppadial" % "parent-pom" % "1.9"
[com.github.ppadial/parent-pom "1.9"]