Java wrapper for the Krist API
Add the repository:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add the dependency:
<dependency>
<groupId>com.github.TechTastic</groupId>
<artifactId>KristLib</artifactId>
<version>master-SNAPSHOT</version>
</dependency>
Add the repository:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
Add the dependency:
dependencies {
implementation 'com.github.TechTastic:KristLib:master-SNAPSHOT'
}