-
Notifications
You must be signed in to change notification settings - Fork 0
Home
KennHuang edited this page Feb 7, 2020
·
12 revisions
Welcome to the OverRobotLib wiki!
OverRobotLib JavaDocs: https://team6083.github.io/OverRobotLibDocs/index.html
加入以下幾行到 build.gradle 的 repositories
jcenter()
maven{
url "https://dev.imjac.in/maven"
}
如果沒有 repositories
的話,就在 dependencies
區塊的前面自行加上
Example.
repositories {
jcenter()
maven{
url "https://dev.imjac.in/maven"
}
}
另外,在 dependencies
加入以下( <version>
是版本名稱)
compile 'com.github.team6083:OverRobotLib:<version>'
這樣就可以使用 OverRobotLib
了