is not current version
Last Version 4.0.0

io.github.cossme:grinder-httpclient 3.13

Modified version of HTTPClient used by The Grinder. The original can be found at http://www.innovation.ch/java/HTTPClient/.

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.cossme
ArtifactId

ArtifactId

grinder-httpclient
Version

Version

3.13
Type

Type

jar

Download grinder-httpclient 3.13


<!-- https://jarcasting.com/artifacts/io.github.cossme/grinder-httpclient/ -->
<dependency>
    <groupId>io.github.cossme</groupId>
    <artifactId>grinder-httpclient</artifactId>
    <version>3.13</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cossme/grinder-httpclient/
implementation 'io.github.cossme:grinder-httpclient:3.13'
// https://jarcasting.com/artifacts/io.github.cossme/grinder-httpclient/
implementation ("io.github.cossme:grinder-httpclient:3.13")
'io.github.cossme:grinder-httpclient:jar:3.13'
<dependency org="io.github.cossme" name="grinder-httpclient" rev="3.13">
  <artifact name="grinder-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cossme', module='grinder-httpclient', version='3.13')
)
libraryDependencies += "io.github.cossme" % "grinder-httpclient" % "3.13"
[io.github.cossme/grinder-httpclient "3.13"]