Jakarta RESTful Web Services API for building RESTful web services in Java.
<dependency>
<groupId>jakarta.ws.rs</groupId>
<artifactId>jakarta.ws.rs-api</artifactId>
<version>4.0.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal JAX-RS resource class with a GET endpoint.
Ensure your application server and dependencies use the same namespace (jakarta vs javax).
No dependency data recorded yet.