Registry / web-framework / jersey-mvc

jersey-mvc

JSON →
library4.0.2javamavenunverified

Jersey extension module that adds support for Model-View-Controller (MVC) patterns.

<dependency> <groupId>org.glassfish.jersey.ext</groupId> <artifactId>jersey-mvc</artifactId> <version>4.0.2</version> </dependency>
INSTALL
IMPORT
SIG · JERSEY-MVC
J
jersey-mvc
web-frameworkjavav4.0.2
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.

MvcFeature
org.glassfish.jersey.server.mvc.MvcFeature

Registers the MVC feature in a Jersey application.

import org.glassfish.jersey.server.mvc.MvcFeature; import org.glassfish.jersey.server.ResourceConfig; public class App extends ResourceConfig { public App() { register(MvcFeature.class); packages("com.example.controllers"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
jersey-mvc — mvn dependency:get jersey-mvc · libregistry