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