Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frc2052/knightlib

Library with re-usable classes for KnightKrawler's FRC development
https://github.com/frc2052/knightlib

frc frc-java frc-robot

Last synced: 11 days ago
JSON representation

Library with re-usable classes for KnightKrawler's FRC development

Awesome Lists containing this project

README

        

[![](https://jitpack.io/v/com.team2052/KnightLib.svg)](https://jitpack.io/#com.team2052/KnightLib)
# 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](https://frc2052.github.io/KnightLib/)

If you are interested in contributing, check out our [contributing guide](CONTRIBUTING.md)

If you want to make a release, check out the [releasing guide](RELEASING.md)