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