Skip to content

Instantly share code, notes, and snippets.

@gtudan
Created November 18, 2018 15:43
Show Gist options
  • Save gtudan/255b6a6e1c7895c9ebd0819ff7635d16 to your computer and use it in GitHub Desktop.
Save gtudan/255b6a6e1c7895c9ebd0819ff7635d16 to your computer and use it in GitHub Desktop.
Dependencies for a JSON-B project in Java SE
dependencies {
implementation 'javax.json.bind:javax.json.bind-api:1.0'
// yasson is the reference implementation for JSON-B
runtime 'org.eclipse:yasson:1.0.2'
// it uses JSON-P under the hood
runtime 'org.glassfish:javax.json:1.1.4'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment