Importing¶
Include JitPack in your maven build file.
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add the dependency.
Add JitPack to your root build.gradle
at the end of repositories.
Add the dependency.
Add JitPack to your root build.gradle.kts
at the end of repositories.
Add the dependency.
Wraith and its sources can be downloaded from GitHub.