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