GroupId | GroupIdorg.apache.httpcomponents |
---|---|
ArtifactId | ArtifactIdhttpcore |
Version | Version4.4.8 |
Type | Typejar |
Filename | Size |
---|---|
httpcore-4.4.8.pom | |
httpcore-4.4.8.jar | 316 KB |
httpcore-4.4.8-tests.jar | 254 KB |
httpcore-4.4.8-sources.jar | 400 KB |
httpcore-4.4.8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore/ -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore/
implementation 'org.apache.httpcomponents:httpcore:4.4.8'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpcore/
implementation ("org.apache.httpcomponents:httpcore:4.4.8")
'org.apache.httpcomponents:httpcore:jar:4.4.8'
<dependency org="org.apache.httpcomponents" name="httpcore" rev="4.4.8">
<artifact name="httpcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpcore', version='4.4.8')
)
libraryDependencies += "org.apache.httpcomponents" % "httpcore" % "4.4.8"
[org.apache.httpcomponents/httpcore "4.4.8"]