h

htool-http

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