is not current version
Last Version 3.11

net.sf.grinder:grinder-httpclient 3.10

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

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.sf.grinder
ArtifactId

ArtifactId

grinder-httpclient
Version

Version

3.10
Type

Type

jar

Download grinder-httpclient 3.10


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