t

tools-httpclient

http request tool
文件下载
文件名 操作
tools-httpclient-1.2.4.jar 下载
tools-httpclient-1.2.4.pom 下载
tools-httpclient-1.2.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cn.gjing</groupId>
  <artifactId>tools-httpclient</artifactId>
  <version>1.2.4</version>
</dependency>
Gradle Groovy
implementation 'cn.gjing:tools-httpclient:1.2.4'
Gradle Kotlin
implementation("cn.gjing:tools-httpclient:1.2.4")
Scala SBT
libraryDependencies += "cn.gjing" % "tools-httpclient" % "1.2.4"
Groovy Grape
@Grapes(
  @Grab(group='cn.gjing', module='tools-httpclient', version='1.2.4')
)
Apache Ivy
<dependency org="cn.gjing" name="tools-httpclient" rev="1.2.4" />
Leiningen
[cn.gjing/tools-httpclient "1.2.4"]
Apache Buildr
'cn.gjing:tools-httpclient:jar:1.2.4'