grinder-httpclient

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

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.cossme
ArtifactId

ArtifactId

grinder-httpclient
Last Version

Last Version

4.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download grinder-httpclient

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 1.5.9.RELEASE
com.fasterxml.jackson.core : jackson-databind jar 2.8.0
javax.servlet : javax.servlet-api jar 4.0.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.9.0

Project Modules

There are no modules declared in this project.

Versions

Version
4.0.0
3.13