is not current version
Last Version 1.0.0

io.github.lcrobotics:easyftc 0.0.1

EasyFTC library for FTC autonomous

GroupId

GroupId

io.github.lcrobotics
ArtifactId

ArtifactId

easyftc
Version

Version

0.0.1
Type

Type

aar

Download easyftc 0.0.1


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