Provides Jackson-based JSON serialization/deserialization for JAX-RS implementations like Jersey and RESTeasy.
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.22.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Registers the Jackson JSON provider in a JAX-RS application.
Ensure jackson-core and jackson-databind versions match the provider version.
No dependency data recorded yet.