License |
License |
---|---|
Categories |
CategoriesNet CLI User Interface |
GroupId | GroupIdnet.sf.grinder |
ArtifactId | ArtifactIdgrinder-httpclient |
Last Version | Last Version3.11 |
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-3.11.pom | |
grinder-httpclient-3.11.jar | 228 KB |
grinder-httpclient-3.11-sources.jar | 230 KB |
grinder-httpclient-3.11-javadoc.jar | 297 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.grinder/grinder-httpclient/ -->
<dependency>
<groupId>net.sf.grinder</groupId>
<artifactId>grinder-httpclient</artifactId>
<version>3.11</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.grinder/grinder-httpclient/
implementation 'net.sf.grinder:grinder-httpclient:3.11'
// https://jarcasting.com/artifacts/net.sf.grinder/grinder-httpclient/
implementation ("net.sf.grinder:grinder-httpclient:3.11")
'net.sf.grinder:grinder-httpclient:jar:3.11'
<dependency org="net.sf.grinder" name="grinder-httpclient" rev="3.11">
<artifact name="grinder-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.grinder', module='grinder-httpclient', version='3.11')
)
libraryDependencies += "net.sf.grinder" % "grinder-httpclient" % "3.11"
[net.sf.grinder/grinder-httpclient "3.11"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |
org.mockito : mockito-all | jar | 1.9.0 |