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