Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 650 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 650 Bytes

KnightKrawler Java Library

More information coming soon

Usage

First, add JitPack as a Maven repository in your build.gradle:

repositories {
    maven { url 'https://jitpack.io' }
}

Then add the dependency:

dependencies {
    compile 'com.team2052:KnightLib:1.0.0'
}

Documentation

The JavaDocs are available here

If you are interested in contributing, check out our contributing guide

If you want to make a release, check out the releasing guide