is not current version
Last Version 7.1.0

RobotServer 6.2.1

FTC SDK

License

License

GroupId

GroupId

org.firstinspires.ftc
ArtifactId

ArtifactId

RobotServer
Version

Version

6.2.1
Type

Type

aar
Description

Description

RobotServer
FTC SDK
Project URL

Project URL

https://github.com/FIRST-Tech-Challenge/FtcRobotController
Source Code Management

Source Code Management

https://github.com/FIRST-Tech-Challenge/FtcRobotController/tree/master

Download RobotServer 6.2.1


<!-- https://jarcasting.com/artifacts/org.firstinspires.ftc/RobotServer/ -->
<dependency>
    <groupId>org.firstinspires.ftc</groupId>
    <artifactId>RobotServer</artifactId>
    <version>6.2.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.firstinspires.ftc/RobotServer/
implementation 'org.firstinspires.ftc:RobotServer:6.2.1'
// https://jarcasting.com/artifacts/org.firstinspires.ftc/RobotServer/
implementation ("org.firstinspires.ftc:RobotServer:6.2.1")
'org.firstinspires.ftc:RobotServer:aar:6.2.1'
<dependency org="org.firstinspires.ftc" name="RobotServer" rev="6.2.1">
  <artifact name="RobotServer" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.firstinspires.ftc', module='RobotServer', version='6.2.1')
)
libraryDependencies += "org.firstinspires.ftc" % "RobotServer" % "6.2.1"
[org.firstinspires.ftc/RobotServer "6.2.1"]

Dependencies

runtime (2)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.2.0
org.firstinspires.ftc : RobotCore jar 6.2.1

Project Modules

There are no modules declared in this project.