is not current version
Last Version 1.1.7

io.github.schs-robotics:hal9001 1.1.2

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.2
Type

Type

aar

Download hal9001 1.1.2

Filename Size
hal9001-1.1.2.pom
Browse

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