| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.team6083 |
| Идентификатор | Идентификаторoverrobotlib |
| Версия | Версия2022.1.1 |
| Тип | Типpom |
| Описание |
ОписаниеOverRobotLib
A robot library for FRC Team.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| overrobotlib-2022.1.1.pom | |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.team6083/overrobotlib/ -->
<dependency>
<groupId>io.github.team6083</groupId>
<artifactId>overrobotlib</artifactId>
<version>2022.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.team6083/overrobotlib/
implementation 'io.github.team6083:overrobotlib:2022.1.1'
// https://jarcasting.com/artifacts/io.github.team6083/overrobotlib/
implementation ("io.github.team6083:overrobotlib:2022.1.1")
'io.github.team6083:overrobotlib:pom:2022.1.1'
<dependency org="io.github.team6083" name="overrobotlib" rev="2022.1.1">
<artifact name="overrobotlib" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.team6083', module='overrobotlib', version='2022.1.1')
)
libraryDependencies += "io.github.team6083" % "overrobotlib" % "2022.1.1"
[io.github.team6083/overrobotlib "2022.1.1"]