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