We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the OverRobotLib wiki!
OverRobotLib JavaDocs: https://team6083.github.io/OverRobotLibDocs/index.html
目前最新版本
加入以下幾行到 build.gradle 的 repositories
repositories
mavenCentral()
如果沒有 repositories 的話,就在 dependencies 區塊的前面自行加上 Example.
dependencies
repositories { mavenCentral() }
另外,在 dependencies 加入以下( <version> 是版本名稱)
<version>
implementation 'io.github.team6083:overrobotlib:<version>'
這樣就可以使用 OverRobotLib 了
OverRobotLib