| GroupId | GroupIdio.github.team6083 |
|---|---|
| ArtifactId | ArtifactIdoverrobotlib |
| Version | Version2022.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| overrobotlib-2022.1.0.pom | |
| Browse |
<!-- 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"]