| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.httpcomponents |
| ArtifactId | ArtifactIdhttpcore |
| Last Version | Last Version4.4.15 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionApache HttpCore
Apache HttpComponents Core (blocking I/O)
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| httpcore-4.4.15.pom | |
| httpcore-4.4.15.jar | 177 KB |
| httpcore-4.4.15-sources.jar | 269 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore/ -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore/
implementation 'org.apache.httpcomponents:httpcore:4.4.15'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore/
implementation ("org.apache.httpcomponents:httpcore:4.4.15")
'org.apache.httpcomponents:httpcore:jar:4.4.15'
<dependency org="org.apache.httpcomponents" name="httpcore" rev="4.4.15">
<artifact name="httpcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpcore', version='4.4.15')
)
libraryDependencies += "org.apache.httpcomponents" % "httpcore" % "4.4.15"
[org.apache.httpcomponents/httpcore "4.4.15"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |
| commons-logging : commons-logging | jar | 1.2 |