is not current version
Last Version 17

de.richtercloud:maven-parent 10

This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.

Categories

Categories

Maven Build Tools
GroupId

GroupId

de.richtercloud
ArtifactId

ArtifactId

maven-parent
Version

Version

10
Type

Type

pom

Download maven-parent 10

Filename Size
maven-parent-10.pom 11 KB
Browse

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