is not current version
Last Version 4

com.clebert.maven:maven-parent 1

Parent POM for all my Maven projects.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.clebert.maven
ArtifactId

ArtifactId

maven-parent
Version

Version

1
Type

Type

pom

Download maven-parent 1

Filename Size
maven-parent-1.pom 19 KB
Browse

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