is not current version
Last Version 2

com.github.ppadial.mavenbase:root 1

The root parent POM for all other POM files.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.ppadial.mavenbase
ArtifactId

ArtifactId

root
Version

Version

1
Type

Type

pom

Download root 1

Filename Size
root-1.pom 13 KB
Browse

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