Jackson JSON API
This is a java library that aims at handling most of the boilerplate code that is required if you are using the JSON API specification when building your APIs.
Usage
To use the library you will need to add a dependency to your project. In gradle you would do this by adding the following to your build.gradle file:
dependencies {
compile 'com.github.michaelruocco:jackson-json-api:{latest-version}'
}
Useful Commands
// cleans build directories
// prints currentVersion
// checks dependency versions
// formats code
// builds code
// runs unit tests
./gradlew clean currentVersion dependencyUpdates spotlessApply lintGradle build