Skip to content

FRC-Team-620/WarCore

Repository files navigation

Build License: GPL v3 Package Javadoc

WarCore

Installation

  1. Add the following to your build.gradle, This allows you to pull the dependencies needed from a github repository:

repositories { jcenter() maven { url "https://jitpack.io" } }

  1. Add this line to the dependencies block:
implementation 'com.github.FRC-Team-620:WarCore:Tag'