t

tools-httpclient

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