t

toolbox-http

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