Registry / web-framework / jboss-jaxrs-api-2-0-spec

jboss-jaxrs-api-2-0-spec

JSON →
library1.0.1.Finaljavamavenunverified

The Java API for RESTful Web Services (JAX-RS 2.0) specification API from JBoss.

<dependency> <groupId>org.jboss.spec.javax.ws.rs</groupId> <artifactId>jboss-jaxrs-api_2.0_spec</artifactId> <version>1.0.1.Final</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-JAXRS-API-2-
J
jboss-jaxrs-api-2-0-spec
web-frameworkjavav1.0.1.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.

GET
javax.ws.rs.GET

Defines a simple REST endpoint using JAX-RS annotations.

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

No known issues recorded.

Upgrade
Version history
1.0.1.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
jboss-jaxrs-api-2-0-spec — mvn dependency:get jboss-jaxrs-api-2-0-spec · libregistry