This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаde.richtercloud |
| Идентификатор | Идентификаторmaven-parent-spring |
| Последняя версия | Последняя версия1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеrichtercloud.de parent POM
This is the Maven parent POM for all richtercloud.de containing
mostly shared static code analysis configuration.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| maven-parent-spring-1.pom | 10 KB |
| Обзор |
<!-- 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.