Registry / web-framework / jsr311-api

jsr311-api

JSON →
library1.1.1javamavenunverified

The Java API for RESTful Web Services (JAX-RS) provides annotations and interfaces for building RESTful web services.

<dependency> <groupId>javax.ws.rs</groupId> <artifactId>jsr311-api</artifactId> <version>1.1.1</version> </dependency>
INSTALL
IMPORT
SIG · JSR311-API
J
jsr311-api
web-frameworkjavav1.1.1
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.

Response
javax.ws.rs.core.Response

Creates a simple HTTP 200 OK response.

import javax.ws.rs.core.Response; public class Example { public static void main(String[] args) { Response response = Response.ok("Hello, world!").build(); System.out.println(response.getStatus()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jsr311-api — mvn dependency:get jsr311-api · libregistry