is not current version
Last Version 1.10

com.github.ppadial:parent-pom 1.0

Parent POM for com.github.ppadial java projects

GroupId

GroupId

com.github.ppadial
ArtifactId

ArtifactId

parent-pom
Version

Version

1.0
Type

Type

pom

Download parent-pom 1.0

Filename Size
parent-pom-1.0.pom 64 KB
Browse

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