Gradle 💻
Adding to the build file
Add this repository to your repositories block:
and then add dependency:
Shadowing & Relocating
You can relocate the package as well, here's an example shadowJar plugin block:
make sure you use the shadowJar plugin in order to include the library in your jar.
Last updated