| Лицензия |
Лицензия
Apache License, Version 2.0
|
|---|---|
| Категории |
КатегорииAnt Компиляция и сборка |
| Группа | Группаde.quantummaid.quantummaid.packagings |
| Идентификатор | Идентификаторparent |
| Версия | Версия1.1.1 |
| Тип | Типpom |
| Описание |
Описание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.1.pom | 845 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.quantummaid.quantummaid.packagings/parent/ -->
<dependency>
<groupId>de.quantummaid.quantummaid.packagings</groupId>
<artifactId>parent</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.quantummaid.packagings/parent/
implementation 'de.quantummaid.quantummaid.packagings:parent:1.1.1'
// https://jarcasting.com/artifacts/de.quantummaid.quantummaid.packagings/parent/
implementation ("de.quantummaid.quantummaid.packagings:parent:1.1.1")
'de.quantummaid.quantummaid.packagings:parent:pom:1.1.1'
<dependency org="de.quantummaid.quantummaid.packagings" name="parent" rev="1.1.1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.quantummaid.packagings', module='parent', version='1.1.1')
)
libraryDependencies += "de.quantummaid.quantummaid.packagings" % "parent" % "1.1.1"
[de.quantummaid.quantummaid.packagings/parent "1.1.1"]