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