is not current version
Last Version 7.1.0

org.firstinspires.ftc:FtcCommon 6.2.0

FTC SDK

GroupId

GroupId

org.firstinspires.ftc
ArtifactId

ArtifactId

FtcCommon
Version

Version

6.2.0
Type

Type

aar

Download FtcCommon 6.2.0


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