| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.firstinspires.ftc |
| Идентификатор | ИдентификаторBlocks |
| Последняя версия | Последняя версия7.1.0 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеBlocks
FTC SDK
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| Blocks-7.1.0.pom | |
| Blocks-7.1.0-sources.jar | 161 KB |
| Blocks-7.1.0-javadoc.jar | 103 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.firstinspires.ftc/Blocks/ -->
<dependency>
<groupId>org.firstinspires.ftc</groupId>
<artifactId>Blocks</artifactId>
<version>7.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.firstinspires.ftc/Blocks/
implementation 'org.firstinspires.ftc:Blocks:7.1.0'
// https://jarcasting.com/artifacts/org.firstinspires.ftc/Blocks/
implementation ("org.firstinspires.ftc:Blocks:7.1.0")
'org.firstinspires.ftc:Blocks:aar:7.1.0'
<dependency org="org.firstinspires.ftc" name="Blocks" rev="7.1.0">
<artifact name="Blocks" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.firstinspires.ftc', module='Blocks', version='7.1.0')
)
libraryDependencies += "org.firstinspires.ftc" % "Blocks" % "7.1.0"
[org.firstinspires.ftc/Blocks "7.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| androidx.appcompat » appcompat | jar | 1.2.0 |
| org.firstinspires.ftc : RobotCore | jar | 7.1.0 |
| org.firstinspires.ftc : RobotServer | jar | 7.1.0 |
| org.firstinspires.ftc : Hardware | jar | 7.1.0 |
| org.firstinspires.ftc : FtcCommon | jar | 7.1.0 |