License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdde.quantummaid.httpmaid |
ArtifactId | ArtifactIdhttpmaid-bom |
Last Version | Last Version0.9.144 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHttpMaid - 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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
httpmaid-bom-0.9.144.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.quantummaid.httpmaid/httpmaid-bom/ -->
<dependency>
<groupId>de.quantummaid.httpmaid</groupId>
<artifactId>httpmaid-bom</artifactId>
<version>0.9.144</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid/httpmaid-bom/
implementation 'de.quantummaid.httpmaid:httpmaid-bom:0.9.144'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid/httpmaid-bom/
implementation ("de.quantummaid.httpmaid:httpmaid-bom:0.9.144")
'de.quantummaid.httpmaid:httpmaid-bom:pom:0.9.144'
<dependency org="de.quantummaid.httpmaid" name="httpmaid-bom" rev="0.9.144">
<artifact name="httpmaid-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid', module='httpmaid-bom', version='0.9.144')
)
libraryDependencies += "de.quantummaid.httpmaid" % "httpmaid-bom" % "0.9.144"
[de.quantummaid.httpmaid/httpmaid-bom "0.9.144"]