is not current version
Last Version 2022.1.1

io.github.team6083:overrobotlib 2022.1.0

A robot library for FRC Team.

GroupId

GroupId

io.github.team6083
ArtifactId

ArtifactId

overrobotlib
Version

Version

2022.1.0
Type

Type

pom

Download overrobotlib 2022.1.0


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