Skip to content

TechTastic/KristLib

Repository files navigation

KristLib

Java wrapper for the Krist API

github jitpack maven java

Adding to your project

Maven with JitPack

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>

Gradle with JitPack

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'
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages