Registry / web-framework / jaxrs-api

jaxrs-api

JSON →
library3.0.12.Finaljavamavenunverified

RESTEasy JAX-RS API provides the core interfaces and annotations for building RESTful web services using JAX-RS.

<dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>jaxrs-api</artifactId> <version>3.0.12.Final</version> </dependency>
INSTALL
IMPORT
SIG · JAXRS-API
J
jaxrs-api
web-frameworkjavav3.0.12.Final
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
javax.ws.rs.GET

Define a simple JAX-RS resource with GET endpoint

import javax.ws.rs.GET; import javax.ws.rs.Path; @Path("/hello") public class HelloResource { @GET public String sayHello() { return "Hello"; } }
Debug
Known issues
breakingVersion 3.0.12.Final is based on JAX-RS 2.0; newer versions use Jakarta namespace.
fix
Use resteasy-jaxrs 6.x for Jakarta EE 9+ compatibility.
affects: <=3.0.12.Final
Upgrade
Version history
3.0.12.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
jaxrs-api — mvn dependency:get jaxrs-api · libregistry