h

htool-http

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