GroupId | GroupIdio.github.frc-88 |
---|---|
ArtifactId | ArtifactIdswerve |
Version | Version0.1.0-rc.0 |
Type | Typejar |
Filename | Size |
---|---|
swerve-0.1.0-rc.0.pom | |
swerve-0.1.0-rc.0.jar | 67 KB |
swerve-0.1.0-rc.0-tests.jar | 9 KB |
swerve-0.1.0-rc.0-sources.jar | 54 KB |
swerve-0.1.0-rc.0-javadoc.jar | 600 KB |
Browse |
<!-- 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"]