Registry / web-framework / resteasy-jsapi

resteasy-jsapi

JSON →
library6.2.15.Finaljavamavenunverified

RESTEasy JSAPI provides JavaScript API generation for Jakarta RESTful Web Services endpoints.

<dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-jsapi</artifactId> <version>6.2.15.Final</version> </dependency>
INSTALL
IMPORT
SIG · RESTEASY-JSAPI
R
resteasy-jsapi
web-frameworkjavav6.2.15.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.

JSAPI
org.jboss.resteasy.jsapi.JSAPI

Creates a JSAPI instance and prints its class name.

import org.jboss.resteasy.jsapi.JSAPI; public class Quickstart { public static void main(String[] args) { JSAPI jsapi = new JSAPI(); System.out.println(jsapi.getClass().getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.2.15.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

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