License |
License |
---|---|
GroupId | GroupIdorg.firstinspires.ftc |
ArtifactId | ArtifactIdRobotServer |
Last Version | Last Version7.1.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionRobotServer
FTC SDK
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
RobotServer-7.1.0.pom | |
RobotServer-7.1.0-sources.jar | 76 KB |
RobotServer-7.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.firstinspires.ftc/RobotServer/ -->
<dependency>
<groupId>org.firstinspires.ftc</groupId>
<artifactId>RobotServer</artifactId>
<version>7.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.firstinspires.ftc/RobotServer/
implementation 'org.firstinspires.ftc:RobotServer:7.1.0'
// https://jarcasting.com/artifacts/org.firstinspires.ftc/RobotServer/
implementation ("org.firstinspires.ftc:RobotServer:7.1.0")
'org.firstinspires.ftc:RobotServer:aar:7.1.0'
<dependency org="org.firstinspires.ftc" name="RobotServer" rev="7.1.0">
<artifact name="RobotServer" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.firstinspires.ftc', module='RobotServer', version='7.1.0')
)
libraryDependencies += "org.firstinspires.ftc" % "RobotServer" % "7.1.0"
[org.firstinspires.ftc/RobotServer "7.1.0"]
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.2.0 |
org.firstinspires.ftc : RobotCore | jar | 7.1.0 |