Files download
File Operation
httpmaid-bom-0.9.112.pom download
Apache Maven
<dependency>
  <groupId>de.quantummaid</groupId>
  <artifactId>httpmaid-bom</artifactId>
  <version>0.9.112</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.quantummaid:httpmaid-bom:0.9.112'
Gradle Kotlin
implementation("de.quantummaid:httpmaid-bom:0.9.112")
Scala SBT
libraryDependencies += "de.quantummaid" % "httpmaid-bom" % "0.9.112"
Groovy Grape
@Grapes(
  @Grab(group='de.quantummaid', module='httpmaid-bom', version='0.9.112')
)
Apache Ivy
<dependency org="de.quantummaid" name="httpmaid-bom" rev="0.9.112" />
Leiningen
[de.quantummaid/httpmaid-bom "0.9.112"]
Apache Buildr
'de.quantummaid:httpmaid-bom:jar:0.9.112'