JAX-RS API provides annotations and interfaces for building RESTful web services in Java.
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.1.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a simple REST endpoint using JAX-RS annotations.
Use jakarta.ws.rs:jakarta.ws.rs-api for new projects.
No dependency data recorded yet.