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