| GroupId | GroupIdorg.apache.httpcomponents.core5 | 
|---|---|
| ArtifactId | ArtifactIdhttpcore5 | 
| Version | Version5.1-beta2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| httpcore5-5.1-beta2.pom | |
| httpcore5-5.1-beta2.jar | 816 KB | 
| httpcore5-5.1-beta2-tests.jar | 447 KB | 
| httpcore5-5.1-beta2-sources.jar | 754 KB | 
| httpcore5-5.1-beta2-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.1-beta2</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5/
implementation 'org.apache.httpcomponents.core5:httpcore5:5.1-beta2'// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5/
implementation ("org.apache.httpcomponents.core5:httpcore5:5.1-beta2")'org.apache.httpcomponents.core5:httpcore5:jar:5.1-beta2'<dependency org="org.apache.httpcomponents.core5" name="httpcore5" rev="5.1-beta2">
  <artifact name="httpcore5" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.httpcomponents.core5', module='httpcore5', version='5.1-beta2')
)libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5" % "5.1-beta2"[org.apache.httpcomponents.core5/httpcore5 "5.1-beta2"]