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