is not current version
Last Version 17

de.richtercloud:maven-parent 15

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

15
Type

Type

pom

Download maven-parent 15

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

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