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-spring |
| Last Version | Last Version1 |
| 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-spring-1.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.richtercloud/maven-parent-spring/ -->
<dependency>
<groupId>de.richtercloud</groupId>
<artifactId>maven-parent-spring</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.richtercloud/maven-parent-spring/
implementation 'de.richtercloud:maven-parent-spring:1'
// https://jarcasting.com/artifacts/de.richtercloud/maven-parent-spring/
implementation ("de.richtercloud:maven-parent-spring:1")
'de.richtercloud:maven-parent-spring:pom:1'
<dependency org="de.richtercloud" name="maven-parent-spring" rev="1">
<artifact name="maven-parent-spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.richtercloud', module='maven-parent-spring', version='1')
)
libraryDependencies += "de.richtercloud" % "maven-parent-spring" % "1"
[de.richtercloud/maven-parent-spring "1"]
This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.