Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frc2052/knightlib
- Owner: frc2052
- License: mit
- Created: 2018-01-13T19:13:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T02:51:59.000Z (almost 7 years ago)
- Last Synced: 2024-11-11T08:47:06.480Z (2 months ago)
- Topics: frc, frc-java, frc-robot
- Language: Java
- Homepage:
- Size: 2.22 MB
- Stars: 0
- Watchers: 12
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![](https://jitpack.io/v/com.team2052/KnightLib.svg)](https://jitpack.io/#com.team2052/KnightLib)
# KnightKrawler Java LibraryMore 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)