Registry / web-framework / resteasy-jaxrs

resteasy-jaxrs

JSON →
library3.15.6.Finaljavamavenunverified

RESTEasy is a JBoss project that provides a JAX-RS implementation for building RESTful web services in Java.

<dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jaxrs</artifactId> <version>3.15.6.Final</version> </dependency>
INSTALL
IMPORT
SIG · RESTEASY-JAXRS
R
resteasy-jaxrs
web-frameworkjavav3.15.6.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.

Application
javax.ws.rs.core.Application

Defines a JAX-RS application root path using RESTEasy.

import javax.ws.rs.ApplicationPath; import javax.ws.rs.core.Application; @ApplicationPath("/api") public class MyApplication extends Application { }
Debug
Known issues
breakingRESTEasy 3.x uses javax.ws.rs namespace; newer versions (6.x) use jakarta.ws.rs. Check compatibility with your server.
fix
Use RESTEasy 6.x for Jakarta EE 9+ or stick with 3.x for Java EE 8.
affects: >=6.0.0
Upgrade
Version history
3.15.6.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
resteasy-jaxrs — mvn dependency:get resteasy-jaxrs · libregistry