| License |
License
jQuery license
|
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers CLI User Interface Jersey Program Interface REST Frameworks |
| GroupId | GroupIdorg.glassfish.jersey.core |
| ArtifactId | ArtifactIdjersey-client |
| Version | Version3.0.4 |
| Type | Typejar |
| Description |
Descriptionjersey-core-client
Jersey core client implementation
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jersey-client-3.0.4.pom | |
| jersey-client-3.0.4.jar | 255 KB |
| jersey-client-3.0.4-sources.jar | 179 KB |
| jersey-client-3.0.4-javadoc.jar | 397 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.core/jersey-client/ -->
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.core/jersey-client/
implementation 'org.glassfish.jersey.core:jersey-client:3.0.4'
// https://jarcasting.com/artifacts/org.glassfish.jersey.core/jersey-client/
implementation ("org.glassfish.jersey.core:jersey-client:3.0.4")
'org.glassfish.jersey.core:jersey-client:jar:3.0.4'
<dependency org="org.glassfish.jersey.core" name="jersey-client" rev="3.0.4">
<artifact name="jersey-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.core', module='jersey-client', version='3.0.4')
)
libraryDependencies += "org.glassfish.jersey.core" % "jersey-client" % "3.0.4"
[org.glassfish.jersey.core/jersey-client "3.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.ws.rs : jakarta.ws.rs-api | jar | 3.0.0 |
| org.glassfish.jersey.core : jersey-common | jar | 3.0.4 |
| jakarta.inject : jakarta.inject-api | jar | 2.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.activation : jakarta.activation | jar | 2.0.1 |
| junit : junit | jar | 4.13.1 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.mockito : mockito-core | jar | 3.9.0 |
| org.glassfish.jersey.inject : jersey-hk2 | jar | 3.0.4 |