is not current version
Last Version 17

de.richtercloud:maven-parent 16

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

16
Type

Type

pom

Download maven-parent 16

Filename Size
maven-parent-16.pom 13 KB
Browse

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