is not current version
Last Version 1.10

com.github.ppadial:parent-pom 1.7

Parent POM for com.github.ppadial java projects

GroupId

GroupId

com.github.ppadial
ArtifactId

ArtifactId

parent-pom
Version

Version

1.7
Type

Type

pom

Download parent-pom 1.7

Filename Size
parent-pom-1.7.pom 71 KB
Browse

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