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