Registry / web-framework / jersey-servlet-portability

jersey-servlet-portability

JSON →
library2.39.1javamavenunverified

Library that enables writing web applications that run with both Jersey 1.x and Jersey 2.x servlet containers.

<dependency> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>jersey-servlet-portability</artifactId> <version>2.39.1</version> </dependency>
INSTALL
IMPORT
SIG · JERSEY-SERVLET-POR
J
jersey-servlet-portability
web-frameworkjavav2.39.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.

ServletContainer
org.glassfish.jersey.servlet.ServletContainer

Creates a Jersey ServletContainer instance

import org.glassfish.jersey.servlet.ServletContainer; public class Example { public static void main(String[] args) { ServletContainer container = new ServletContainer(); System.out.println("Jersey ServletContainer created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.39.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jersey-servlet-portability — mvn dependency:get jersey-servlet-portability · libregistry