g

grinder-httpclient

Modified version of HTTPClient used by The Grinder. The original can be found at http://www.innovation.ch/java/HTTPClient/.
LGPL
文件下载
文件名 操作
grinder-httpclient-4.0.0.jar 下载
grinder-httpclient-4.0.0.pom 下载
grinder-httpclient-4.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.cossme</groupId>
  <artifactId>grinder-httpclient</artifactId>
  <version>4.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.cossme:grinder-httpclient:4.0.0'
Gradle Kotlin
implementation("io.github.cossme:grinder-httpclient:4.0.0")
Scala SBT
libraryDependencies += "io.github.cossme" % "grinder-httpclient" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.cossme', module='grinder-httpclient', version='4.0.0')
)
Apache Ivy
<dependency org="io.github.cossme" name="grinder-httpclient" rev="4.0.0" />
Leiningen
[io.github.cossme/grinder-httpclient "4.0.0"]
Apache Buildr
'io.github.cossme:grinder-httpclient:jar:4.0.0'