is not current version
Last Version 4

com.clebert.maven:maven-parent 3

Parent POM for all my Maven projects.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.clebert.maven
ArtifactId

ArtifactId

maven-parent
Version

Version

3
Type

Type

pom

Download maven-parent 3

Filename Size
maven-parent-3.pom 18 KB
Browse

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