This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.
License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdde.richtercloud |
ArtifactId | ArtifactIdmaven-parent |
Last Version | Last Version17 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionrichtercloud.de parent POM
This is the Maven parent POM for all richtercloud.de containing
mostly shared static code analysis configuration.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-parent-17.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.richtercloud/maven-parent/ -->
<dependency>
<groupId>de.richtercloud</groupId>
<artifactId>maven-parent</artifactId>
<version>17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.richtercloud/maven-parent/
implementation 'de.richtercloud:maven-parent:17'
// https://jarcasting.com/artifacts/de.richtercloud/maven-parent/
implementation ("de.richtercloud:maven-parent:17")
'de.richtercloud:maven-parent:pom:17'
<dependency org="de.richtercloud" name="maven-parent" rev="17">
<artifact name="maven-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.richtercloud', module='maven-parent', version='17')
)
libraryDependencies += "de.richtercloud" % "maven-parent" % "17"
[de.richtercloud/maven-parent "17"]
This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.