is not current version
Last Version 0.1.0

io.github.frc-88:swerve 0.1.0-rc.0

Controls library for swerve drives, including differential swerves.

GroupId

GroupId

io.github.frc-88
ArtifactId

ArtifactId

swerve
Version

Version

0.1.0-rc.0
Type

Type

jar

Download swerve 0.1.0-rc.0


<!-- https://jarcasting.com/artifacts/io.github.frc-88/swerve/ -->
<dependency>
    <groupId>io.github.frc-88</groupId>
    <artifactId>swerve</artifactId>
    <version>0.1.0-rc.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.frc-88/swerve/
implementation 'io.github.frc-88:swerve:0.1.0-rc.0'
// https://jarcasting.com/artifacts/io.github.frc-88/swerve/
implementation ("io.github.frc-88:swerve:0.1.0-rc.0")
'io.github.frc-88:swerve:jar:0.1.0-rc.0'
<dependency org="io.github.frc-88" name="swerve" rev="0.1.0-rc.0">
  <artifact name="swerve" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.frc-88', module='swerve', version='0.1.0-rc.0')
)
libraryDependencies += "io.github.frc-88" % "swerve" % "0.1.0-rc.0"
[io.github.frc-88/swerve "0.1.0-rc.0"]