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