Importing module in project
For using this module you need to import dependency
Apache Maven
<dependency>
<groupId>com.github.rkonovalov</groupId>
<artifactId>json-ignore</artifactId>
<version>1.0.8</version>
</dependency>
Gradle Groovy DSL
compile 'com.github.rkonovalov:json-ignore:1.0.8'
Gradle Kotlin DSL
compile(group = "com.github.rkonovalov", name = "json-ignore", version = "1.0.8")
- Other build automation tools