MVN

com.flash3388.flashlib : flashlib.frc.devices

Maven & Gradle

Jul 07, 2023
1 stars

flashlib.frc.devices · FRC plugin for FlashLib (flashlib.frc.devices)

<dependency>
    <groupId>com.flash3388.flashlib</groupId>
    <artifactId>flashlib.frc.devices</artifactId>
    <version>2023.2.0-alpha.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.flash3388.flashlib : flashlib.frc.devices to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.2.0-alpha.6
  • Latest Alpha: 2023.2.0-alpha.6

All Versions

Choose a version of com.flash3388.flashlib : flashlib.frc.devices to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.2.x
flashlib.frc.devices-2023.2.0-alpha.6
flashlib.frc.devices-2023.2.0-alpha.5
flashlib.frc.devices-2023.2.0-alpha.4
flashlib.frc.devices-2023.2.0-alpha.3
flashlib.frc.devices-2023.2.0-alpha.2

How to add a dependency to Maven

Add the following com.flash3388.flashlib : flashlib.frc.devices maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.flash3388.flashlib</groupId>
    <artifactId>flashlib.frc.devices</artifactId>
    <version>2023.2.0-alpha.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.flash3388.flashlib : flashlib.frc.devices gradle dependency to your build.gradle file:

implementation 'com.flash3388.flashlib:flashlib.frc.devices:2023.2.0-alpha.6'

Gradle Kotlin DSL: Add the following com.flash3388.flashlib : flashlib.frc.devices gradle kotlin dependency to your build.gradle.kts file:

implementation("com.flash3388.flashlib:flashlib.frc.devices:2023.2.0-alpha.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.flash3388.flashlib : flashlib.frc.devices sbt scala dependency to your build.sbt file:

libraryDependencies += "com.flash3388.flashlib" % "flashlib.frc.devices" % "2023.2.0-alpha.6"