is not current version
Last Version 2

com.github.ppadial.mavenbase:pom 1

Parent POM for com.github.ppadial java projects

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.ppadial.mavenbase
ArtifactId

ArtifactId

pom
Version

Version

1
Type

Type

pom

Download pom 1

Filename Size
pom-1.pom 74 KB
Browse

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