License |
License |
---|---|
GroupId | GroupIdorg.apache.httpcomponents.core5 |
ArtifactId | ArtifactIdhttpcore5-parent |
Last Version | Last Version5.2-beta2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionApache HttpComponents Core Parent
Apache HttpComponents Core is a library of components for building HTTP enabled services
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
httpcore5-parent-5.2-beta2.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-parent/ -->
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5-parent</artifactId>
<version>5.2-beta2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-parent/
implementation 'org.apache.httpcomponents.core5:httpcore5-parent:5.2-beta2'
// https://jarcasting.com/artifacts/org.apache.httpcomponents.core5/httpcore5-parent/
implementation ("org.apache.httpcomponents.core5:httpcore5-parent:5.2-beta2")
'org.apache.httpcomponents.core5:httpcore5-parent:pom:5.2-beta2'
<dependency org="org.apache.httpcomponents.core5" name="httpcore5-parent" rev="5.2-beta2">
<artifact name="httpcore5-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents.core5', module='httpcore5-parent', version='5.2-beta2')
)
libraryDependencies += "org.apache.httpcomponents.core5" % "httpcore5-parent" % "5.2-beta2"
[org.apache.httpcomponents.core5/httpcore5-parent "5.2-beta2"]