Files download
File Operation
ph-http-10.1.2.jar download
ph-http-10.1.2.pom download
ph-http-10.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.helger.web</groupId>
  <artifactId>ph-http</artifactId>
  <version>10.1.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.helger.web:ph-http:10.1.2'
Gradle Kotlin
implementation("com.helger.web:ph-http:10.1.2")
Scala SBT
libraryDependencies += "com.helger.web" % "ph-http" % "10.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.helger.web', module='ph-http', version='10.1.2')
)
Apache Ivy
<dependency org="com.helger.web" name="ph-http" rev="10.1.2" />
Leiningen
[com.helger.web/ph-http "10.1.2"]
Apache Buildr
'com.helger.web:ph-http:jar:10.1.2'