| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.apache.httpcomponents.client5 | 
| ArtifactId | ArtifactIdhttpclient5-testing | 
| Version | Version5.2-alpha1 | 
| Type | Typejar | 
| Description | DescriptionApache HttpClient Integration Tests Apache HttpClient integration tests | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents.client5/httpclient5-testing/ -->
<dependency>
    <groupId>org.apache.httpcomponents.client5</groupId>
    <artifactId>httpclient5-testing</artifactId>
    <version>5.2-alpha1</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.httpcomponents.client5/httpclient5-testing/
implementation 'org.apache.httpcomponents.client5:httpclient5-testing:5.2-alpha1'// https://jarcasting.com/artifacts/org.apache.httpcomponents.client5/httpclient5-testing/
implementation ("org.apache.httpcomponents.client5:httpclient5-testing:5.2-alpha1")'org.apache.httpcomponents.client5:httpclient5-testing:jar:5.2-alpha1'<dependency org="org.apache.httpcomponents.client5" name="httpclient5-testing" rev="5.2-alpha1">
  <artifact name="httpclient5-testing" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.httpcomponents.client5', module='httpclient5-testing', version='5.2-alpha1')
)libraryDependencies += "org.apache.httpcomponents.client5" % "httpclient5-testing" % "5.2-alpha1"[org.apache.httpcomponents.client5/httpclient5-testing "5.2-alpha1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.httpcomponents.core5 : httpcore5-testing | jar | 5.2-alpha2 | 
| org.apache.httpcomponents.client5 : httpclient5 | jar | 5.2-alpha1 | 
| org.slf4j : slf4j-api | jar | 1.7.25 | 
| org.apache.logging.log4j : log4j-slf4j-impl Optional | jar | 2.14.1 | 
| org.apache.logging.log4j : log4j-core Optional | jar | 2.14.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.httpcomponents.core5 : httpcore5-reactive | jar | 5.2-alpha2 | 
| org.apache.httpcomponents.client5 : httpclient5-cache | jar | 5.2-alpha1 | 
| org.apache.httpcomponents.client5 : httpclient5-fluent | jar | 5.2-alpha1 | 
| org.apache.httpcomponents.client5 : httpclient5-win | jar | 5.2-alpha1 | 
| junit : junit | jar | 4.13.2 | 
| org.mockito : mockito-core | jar | 4.0.0 | 
| io.reactivex.rxjava2 : rxjava | jar | 2.2.21 |