Provides JSON-B (JSON Binding) support for Jersey, enabling automatic serialization and deserialization of Java objects to/from JSON.
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-binding</artifactId>
<version>4.0.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Registers the JSON-B feature in a Jersey application.
Update imports to use jakarta.ws.rs packages and ensure your runtime supports Jakarta EE 10.
No dependency data recorded yet.