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