| Лицензия |
Лицензия
Apache License, Version 2.0
|
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка |
| Группа | Группаde.quantummaid.quantummaid |
| Идентификатор | Идентификаторparent |
| Версия | Версия1.1.0 |
| Тип | Типpom |
| Описание |
ОписаниеQuantumMaid
This parent pom is supposed to be used as a parent for all QuantumMaid open source projects to reliably enable
the enforcement of java standards like library blacklisting, code style rules, and more.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| parent-1.1.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.quantummaid.quantummaid/parent/ -->
<dependency>
<groupId>de.quantummaid.quantummaid</groupId>
<artifactId>parent</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.quantummaid/parent/
implementation 'de.quantummaid.quantummaid:parent:1.1.0'
// https://jarcasting.com/artifacts/de.quantummaid.quantummaid/parent/
implementation ("de.quantummaid.quantummaid:parent:1.1.0")
'de.quantummaid.quantummaid:parent:pom:1.1.0'
<dependency org="de.quantummaid.quantummaid" name="parent" rev="1.1.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.quantummaid', module='parent', version='1.1.0')
)
libraryDependencies += "de.quantummaid.quantummaid" % "parent" % "1.1.0"
[de.quantummaid.quantummaid/parent "1.1.0"]