Registry / web-framework / geronimo-jaxrs-1-1-spec

geronimo-jaxrs-1-1-spec

JSON →
library1.0javamavenunverified

The Java API for RESTful Web Services (JAX-RS) 1.1 specification API from Apache Geronimo.

<dependency> <groupId>org.apache.geronimo.specs</groupId> <artifactId>geronimo-jaxrs_1.1_spec</artifactId> <version>1.0</version> </dependency>
INSTALL
IMPORT
SIG · GERONIMO-JAXRS-1-1
G
geronimo-jaxrs-1-1-spec
web-frameworkjavav1.0
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

Simple JAX-RS resource

import javax.ws.rs.GET; import javax.ws.rs.Path; @Path("/hello") public class HelloResource { @GET public String sayHello() { return "Hello"; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
geronimo-jaxrs-1-1-spec — mvn dependency:get geronimo-jaxrs-1-1-spec · libregistry