License |
License
Apache License, Version 2.0
|
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdde.quantummaid.httpmaid |
ArtifactId | ArtifactIdhttpmaid-bom |
Version | Version0.9.143 |
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.143.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.143</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid/httpmaid-bom/
implementation 'de.quantummaid.httpmaid:httpmaid-bom:0.9.143'
// https://jarcasting.com/artifacts/de.quantummaid.httpmaid/httpmaid-bom/
implementation ("de.quantummaid.httpmaid:httpmaid-bom:0.9.143")
'de.quantummaid.httpmaid:httpmaid-bom:pom:0.9.143'
<dependency org="de.quantummaid.httpmaid" name="httpmaid-bom" rev="0.9.143">
<artifact name="httpmaid-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.quantummaid.httpmaid', module='httpmaid-bom', version='0.9.143')
)
libraryDependencies += "de.quantummaid.httpmaid" % "httpmaid-bom" % "0.9.143"
[de.quantummaid.httpmaid/httpmaid-bom "0.9.143"]