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