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