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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a simple JAX-RS resource with GET endpoint
Use resteasy-jaxrs 6.x for Jakarta EE 9+ compatibility.
No dependency data recorded yet.