Skip to content
KennHuang edited this page Jan 24, 2019 · 12 revisions

Welcome to the OverRobotLib wiki!

OverRobotLib JavaDocs: https://team6083.github.io/OverRobotLibDocs/index.html

Add this library to your project

目前最新版本 Download

使用 GradleRIO

加入以下幾行到 build.gradlerepositories

jcenter()
maven{
    url "https://dev.imjac.in/maven"
}

另外,在 dependencies 加入以下( <version> 是版本名稱)

compile 'com.github.team6083:OverRobotLib:<version>'

這樣就可以使用 OverRobotLib

Clone this wiki locally