Skip to content

The commonly used utilities in RistEx Software projects

License

Notifications You must be signed in to change notification settings

RistEx-Software/koffee

Repository files navigation

koffee

Add Koffee to your project

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

 </ependencies>
    <dependency>
        <groupId>com.github.NotZachery</groupId>
        <artifactId>knappy</artifactId>
        <version>$VERSION</version>
    </dependency>
</dependencies>

Gradle

repositories {
    maven { url = "https://jitpack.io" }
}

dependencies {
    implementation "com.github.Ristex-Software:koffee:$VERSION"
}

Documentation

All javadocs are located at https://koffee.ristexsoftware.com/$VERSION/javadoc/ and have earlier versions