Jersey extension implementing the MicroProfile REST Client specification for type-safe REST client invocation.
<dependency>
<groupId>org.glassfish.jersey.ext.microprofile</groupId>
<artifactId>jersey-mp-rest-client</artifactId>
<version>4.0.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Build a type-safe REST client using MicroProfile RestClientBuilder
Use Jersey 3.x for Java 11+ with javax.* namespace, or update imports to jakarta.*
No dependency data recorded yet.