GroupId | GroupIdorg.firstinspires.ftc |
---|---|
ArtifactId | ArtifactIdRobotServer |
Version | Version6.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
RobotServer-6.2.0.pom | |
RobotServer-6.2.0-sources.jar | 76 KB |
RobotServer-6.2.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.firstinspires.ftc/RobotServer/ -->
<dependency>
<groupId>org.firstinspires.ftc</groupId>
<artifactId>RobotServer</artifactId>
<version>6.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.firstinspires.ftc/RobotServer/
implementation 'org.firstinspires.ftc:RobotServer:6.2.0'
// https://jarcasting.com/artifacts/org.firstinspires.ftc/RobotServer/
implementation ("org.firstinspires.ftc:RobotServer:6.2.0")
'org.firstinspires.ftc:RobotServer:aar:6.2.0'
<dependency org="org.firstinspires.ftc" name="RobotServer" rev="6.2.0">
<artifact name="RobotServer" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.firstinspires.ftc', module='RobotServer', version='6.2.0')
)
libraryDependencies += "org.firstinspires.ftc" % "RobotServer" % "6.2.0"
[org.firstinspires.ftc/RobotServer "6.2.0"]