o

overrobotlib

A robot library for FRC Team.
https://github.com/Team6083/OverRobotLib
MIT License
Team6083
Files download
File Operation
overrobotlib-2022.1.1.jar download
overrobotlib-2022.1.1.pom download
Apache Maven
<dependency>
  <groupId>io.github.team6083</groupId>
  <artifactId>overrobotlib</artifactId>
  <version>2022.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.team6083:overrobotlib:2022.1.1'
Gradle Kotlin
implementation("io.github.team6083:overrobotlib:2022.1.1")
Scala SBT
libraryDependencies += "io.github.team6083" % "overrobotlib" % "2022.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.team6083', module='overrobotlib', version='2022.1.1')
)
Apache Ivy
<dependency org="io.github.team6083" name="overrobotlib" rev="2022.1.1" />
Leiningen
[io.github.team6083/overrobotlib "2022.1.1"]
Apache Buildr
'io.github.team6083:overrobotlib:jar:2022.1.1'
Dependencies
The project has no third-party dependencies