License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.httpcomponents.client5 |
ArtifactId | ArtifactIdhttpclient5-testing |
Last Version | Last Version5.2-beta1 |
Release Date | Release Date |
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-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents.client5/httpclient5-testing/
implementation 'org.apache.httpcomponents.client5:httpclient5-testing:5.2-beta1'
// https://jarcasting.com/artifacts/org.apache.httpcomponents.client5/httpclient5-testing/
implementation ("org.apache.httpcomponents.client5:httpclient5-testing:5.2-beta1")
'org.apache.httpcomponents.client5:httpclient5-testing:jar:5.2-beta1'
<dependency org="org.apache.httpcomponents.client5" name="httpclient5-testing" rev="5.2-beta1">
<artifact name="httpclient5-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents.client5', module='httpclient5-testing', version='5.2-beta1')
)
libraryDependencies += "org.apache.httpcomponents.client5" % "httpclient5-testing" % "5.2-beta1"
[org.apache.httpcomponents.client5/httpclient5-testing "5.2-beta1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents.core5 : httpcore5-testing | jar | 5.2-beta2 |
org.apache.httpcomponents.client5 : httpclient5 | jar | 5.2-beta1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.apache.logging.log4j : log4j-slf4j-impl Optional | jar | 2.17.0 |
org.apache.logging.log4j : log4j-core Optional | jar | 2.17.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents.core5 : httpcore5-reactive | jar | 5.2-beta2 |
org.apache.httpcomponents.client5 : httpclient5-cache | jar | 5.2-beta1 |
org.apache.httpcomponents.client5 : httpclient5-fluent | jar | 5.2-beta1 |
org.apache.httpcomponents.client5 : httpclient5-win | jar | 5.2-beta1 |
org.junit.jupiter : junit-jupiter-migrationsupport | jar | |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 4.0.0 |
io.reactivex.rxjava2 : rxjava | jar | 2.2.21 |