Registry / web-framework / jakarta-ws-rs-api

jakarta-ws-rs-api

JSON →
library4.0.0javamavenunverified

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>
INSTALL
IMPORT
SIG · JAKARTA-WS-RS-API
J
jakarta-ws-rs-api
web-frameworkjavav4.0.0
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.

GET
jakarta.ws.rs.GET

Minimal JAX-RS resource class with a GET endpoint.

import jakarta.ws.rs.GET; import jakarta.ws.rs.Path; @Path("/hello") public class HelloResource { @GET public String sayHello() { return "Hello, World!"; } }
Debug
Known issues
breakingJakarta EE 9+ uses jakarta.* namespace; older javax.* namespace is incompatible.
fix
Ensure your application server and dependencies use the same namespace (jakarta vs javax).
affects: >=4.0.0
Upgrade
Version history
4.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jakarta-ws-rs-api — mvn dependency:get jakarta-ws-rs-api · libregistry