Jersey Core is the reference implementation of JAX-RS (JSR 311) for building RESTful web services, provided under the Sun/Oracle namespace.
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-core</artifactId>
<version>1.19.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a Jersey client and makes a GET request to a REST endpoint.
Replace com.sun.jersey:jersey-core with org.glassfish.jersey.core:jersey-client for JAX-RS 2.x.
No dependency data recorded yet.