is not current version
Last Version 7.1.0

org.firstinspires.ftc:Blocks 6.2.0

FTC SDK

GroupId

GroupId

org.firstinspires.ftc
ArtifactId

ArtifactId

Blocks
Version

Version

6.2.0
Type

Type

aar

Download Blocks 6.2.0


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