Dependency this library in Maven Project
-
Add the JitPack repository to your build file
<repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories>
-
Add the dependency
Using release tag
<dependency> <groupId>com.github.taogen-lib</groupId> <artifactId>jsonparser-jackson</artifactId> <version>Tag</version> </dependency>