Getting Started with Jankson
Adding Jankson to your project with Maven is simple.
Repositories
First, make sure Maven Central is in your repositories list.
Select your chosen build tool below to see the relevant code.
Dependencies
Then you can add the dependency itself.
This goes in your project's build.gradle
file:
This goes in your project's build.gradle.kts
file:
You can replace x.y.z
in any of these with the latest version number.
The latest version of Jankson is
All done
Wasn't that painless? Now you can move on to the next step.