Registry / http-client / jersey-mp-rest-client

jersey-mp-rest-client

JSON →
library4.0.2javamavenunverified

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>
INSTALL
IMPORT
SIG · JERSEY-MP-REST-CLI
J
jersey-mp-rest-client
http-clientjavav4.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RestClientBuilder
org.eclipse.microprofile.rest.client.RestClientBuilder

Build a type-safe REST client using MicroProfile RestClientBuilder

import org.eclipse.microprofile.rest.client.RestClientBuilder; import java.net.URI; MyService service = RestClientBuilder.newBuilder() .baseUri(URI.create("http://example.com/api")) .build(MyService.class);
Debug
Known issues
breakingJersey 4.x requires Java 17+ and Jakarta EE 10 namespace (jakarta.*)
fix
Use Jersey 3.x for Java 11+ with javax.* namespace, or update imports to jakarta.*
affects: >=4.0.0
Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources
jersey-mp-rest-client — mvn dependency:get jersey-mp-rest-client · libregistry