| License |
License |
|---|---|
| GroupId | GroupIdio.github.team6083 |
| ArtifactId | ArtifactIdoverrobotlib |
| Version | Version2022.1.1 |
| Type | Typepom |
| Description |
DescriptionOverRobotLib
A robot library for FRC Team.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| overrobotlib-2022.1.1.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.team6083/overrobotlib/ -->
<dependency>
<groupId>io.github.team6083</groupId>
<artifactId>overrobotlib</artifactId>
<version>2022.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.team6083/overrobotlib/
implementation 'io.github.team6083:overrobotlib:2022.1.1'
// https://jarcasting.com/artifacts/io.github.team6083/overrobotlib/
implementation ("io.github.team6083:overrobotlib:2022.1.1")
'io.github.team6083:overrobotlib:pom:2022.1.1'
<dependency org="io.github.team6083" name="overrobotlib" rev="2022.1.1">
<artifact name="overrobotlib" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.team6083', module='overrobotlib', version='2022.1.1')
)
libraryDependencies += "io.github.team6083" % "overrobotlib" % "2022.1.1"
[io.github.team6083/overrobotlib "2022.1.1"]