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