License |
License |
---|---|
Categories |
CategoriesCLI User Interface Jersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey.contribs |
ArtifactId | ArtifactIdjersey-apache-client4 |
Last Version | Last Version1.19.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJersey Apache HTTP Client 4.x
Projects that provide additional functionality to jersey, like integration
with other projects/frameworks.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.contribs/jersey-apache-client4/ -->
<dependency>
<groupId>com.sun.jersey.contribs</groupId>
<artifactId>jersey-apache-client4</artifactId>
<version>1.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.contribs/jersey-apache-client4/
implementation 'com.sun.jersey.contribs:jersey-apache-client4:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.contribs/jersey-apache-client4/
implementation ("com.sun.jersey.contribs:jersey-apache-client4:1.19.4")
'com.sun.jersey.contribs:jersey-apache-client4:jar:1.19.4'
<dependency org="com.sun.jersey.contribs" name="jersey-apache-client4" rev="1.19.4">
<artifact name="jersey-apache-client4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.contribs', module='jersey-apache-client4', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.contribs" % "jersey-apache-client4" % "1.19.4"
[com.sun.jersey.contribs/jersey-apache-client4 "1.19.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |