| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdio.github.cossme | 
    
| ArtifactId | ArtifactIdgrinder-httpclient | 
    
| Last Version | Last Version4.0.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptiongrinder-httpclient 
            Modified version of HTTPClient used by The Grinder. The original
  can be found at http://www.innovation.ch/java/HTTPClient/. 
         | 
    
| Filename | Size | 
|---|---|
| grinder-httpclient-4.0.0.pom | |
| grinder-httpclient-4.0.0.jar | 230 KB | 
| grinder-httpclient-4.0.0-sources.jar | 230 KB | 
| grinder-httpclient-4.0.0-javadoc.jar | 312 KB | 
| Browse | 
<!-- 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"]
                | 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 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.mockito : mockito-all | jar | 1.9.0 |