FlashFRC

FRC plugin for FlashLib

License

License

GroupId

GroupId

com.flash3388.flashlib
ArtifactId

ArtifactId

flashlib-frc
Last Version

Last Version

2020.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

FlashFRC
FRC plugin for FlashLib
Project URL

Project URL

https://github.com/Flash3388/FlashFRC
Source Code Management

Source Code Management

https://github.com/Flash3388/FlashFRC

Download flashlib-frc

How to add to project

<!-- https://jarcasting.com/artifacts/com.flash3388.flashlib/flashlib-frc/ -->
<dependency>
    <groupId>com.flash3388.flashlib</groupId>
    <artifactId>flashlib-frc</artifactId>
    <version>2020.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.flash3388.flashlib/flashlib-frc/
implementation 'com.flash3388.flashlib:flashlib-frc:2020.1.0'
// https://jarcasting.com/artifacts/com.flash3388.flashlib/flashlib-frc/
implementation ("com.flash3388.flashlib:flashlib-frc:2020.1.0")
'com.flash3388.flashlib:flashlib-frc:jar:2020.1.0'
<dependency org="com.flash3388.flashlib" name="flashlib-frc" rev="2020.1.0">
  <artifact name="flashlib-frc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flash3388.flashlib', module='flashlib-frc', version='2020.1.0')
)
libraryDependencies += "com.flash3388.flashlib" % "flashlib-frc" % "2020.1.0"
[com.flash3388.flashlib/flashlib-frc "2020.1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
com.flash3388.flashlib : flashlib jar 2.2.0
edu.wpi.first.wpilibj » wpilibj-java jar 2020.1.2
edu.wpi.first.hal » hal-java jar 2020.1.2

Project Modules

There are no modules declared in this project.

FlashFRC

Maven Central Travis (.org) branch GitHub

FRC Plugin for FlashLib, providing extensions and implementations of components for use with FRC robots.

The plugin is made up of 2 parts:

  • flashlib.frc.robot is the main component, provide everything needed to use FlashLib with and FRC robot.
  • flashlib.frc.nt is a bunch of utilities for use with NetworkTables. It is entirely optional, and is not tied to the robot.

Building

FlashLib uses the gradle build system. With the help of gradle-wrapper, all the is needed to build is to run ./gradlew build (on Linux systems) or gradlew.bat build (on Windows systems)

You can find the binary files in the build folder.

Using

FlashFRC releases are uploaded to maven central, so including it as a dependency is quite simple.

Gradle

Add to your build script, under dependencies:

dependencies {
    implementation group: "com.flash3388.flashlib", name: "flashlib.frc.robot", version: "$version"
}
com.flash3388.flashlib

Versions

Version
2020.1.0
2019.1.0-beta.2
2019.1.0-beta.1
2019.1.0-alpha.3