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