is not current version
Last Version 1.1.7

io.github.schs-robotics:hal9001 1.1.5

An FTC programming library meant to increase the capabilities of the base sdk and make programming faster, easier, and more collaborative.

GroupId

GroupId

io.github.schs-robotics
ArtifactId

ArtifactId

hal9001
Version

Version

1.1.5
Type

Type

aar

Download hal9001 1.1.5


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