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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a JAX-RS application root path using RESTEasy.
Use RESTEasy 6.x for Jakarta EE 9+ or stick with 3.x for Java EE 8.
No dependency data recorded yet.