Registry / web-framework / jboss-jaxrs-api-2-1-spec

jboss-jaxrs-api-2-1-spec

JSON →
library2.0.2.Finaljavamavenunverified

Provides the Jakarta RESTful Web Services (JAX-RS) 2.1 API specification interfaces and annotations.

<dependency> <groupId>org.jboss.spec.javax.ws.rs</groupId> <artifactId>jboss-jaxrs-api_2.1_spec</artifactId> <version>2.0.2.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-JAXRS-API-2-
J
jboss-jaxrs-api-2-1-spec
web-frameworkjavav2.0.2.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

A simple JAX-RS resource with a GET endpoint.

import javax.ws.rs.GET; import javax.ws.rs.Path; @Path("/hello") public class Example { @GET public String sayHello() { return "Hello, World!"; } }
Debug
Known issues
breakingThis is the javax.ws.rs API; Jakarta EE 9+ uses jakarta.ws.rs. Ensure compatibility.
fix
Use jakarta.ws.rs:jakarta.ws.rs-api for Jakarta EE 9+.
affects: 2.x
Upgrade
Version history
2.0.2.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
jboss-jaxrs-api-2-1-spec — mvn dependency:get jboss-jaxrs-api-2-1-spec · libregistry