| GroupId | GroupIdorg.apache.httpcomponents.core5 | 
|---|---|
| ArtifactId | ArtifactIdhttpcore5-testing | 
| Version | Version5.0-beta3 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| httpcore5-testing-5.0-beta3.pom | |
| httpcore5-testing-5.0-beta3.jar | 115 KB | 
| httpcore5-testing-5.0-beta3-sources.jar | 90 KB | 
| httpcore5-testing-5.0-beta3-javadoc.jar | 258 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-testing/ -->
<dependency>
    <groupId>org.apache.httpcomponents.core5</groupId>
    <artifactId>httpcore5-testing</artifactId>
    <version>5.0-beta3</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-testing/
implementation 'org.apache.httpcomponents.core5:httpcore5-testing:5.0-beta3'// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-testing/
implementation ("org.apache.httpcomponents.core5:httpcore5-testing:5.0-beta3")'org.apache.httpcomponents.core5:httpcore5-testing:jar:5.0-beta3'<dependency org="org.apache.httpcomponents.core5" name="httpcore5-testing" rev="5.0-beta3">
  <artifact name="httpcore5-testing" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.httpcomponents.core5', module='httpcore5-testing', version='5.0-beta3')
)libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-testing" % "5.0-beta3"[org.apache.httpcomponents.core5/httpcore5-testing "5.0-beta3"]