Skip to content

Instantly share code, notes, and snippets.

@kevinhooke
Created March 30, 2016 20:40
Show Gist options
  • Save kevinhooke/717352e50353e6b1ef38a83024410e22 to your computer and use it in GitHub Desktop.
Save kevinhooke/717352e50353e6b1ef38a83024410e22 to your computer and use it in GitHub Desktop.
Jersey Jackson JSON mapper maven dep
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>x</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment