License |
License |
---|---|
GroupId | GroupIdorg.apache.httpcomponents |
ArtifactId | ArtifactIdhttpcore-ab |
Last Version | Last Version4.4.15 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache HttpCore Benchmarking Tool
Apache AB clone based on HttpCore
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
httpcore-ab-4.4.15.pom | |
httpcore-ab-4.4.15.jar | 29 KB |
httpcore-ab-4.4.15-sources.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore-ab/ -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-ab</artifactId>
<version>4.4.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore-ab/
implementation 'org.apache.httpcomponents:httpcore-ab:4.4.15'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore-ab/
implementation ("org.apache.httpcomponents:httpcore-ab:4.4.15")
'org.apache.httpcomponents:httpcore-ab:jar:4.4.15'
<dependency org="org.apache.httpcomponents" name="httpcore-ab" rev="4.4.15">
<artifact name="httpcore-ab" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpcore-ab', version='4.4.15')
)
libraryDependencies += "org.apache.httpcomponents" % "httpcore-ab" % "4.4.15"
[org.apache.httpcomponents/httpcore-ab "4.4.15"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpcore | jar | 4.4.15 |
commons-cli : commons-cli | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |