MVN

com.flash3388.flashlib : flashlib-frc

Maven & Gradle

Jan 08, 2020
1 stars

FlashFRC · FRC plugin for FlashLib

<dependency>
    <groupId>com.flash3388.flashlib</groupId>
    <artifactId>flashlib-frc</artifactId>
    <version>2020.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2020.1.0
  • Latest Beta: 2019.1.0-beta.2
  • Latest Alpha: 2019.1.0-alpha.3

All Versions

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

Version Vulnerabilities Updated
2020.1.x
flashlib-frc-2020.1.0
2019.1.x
flashlib-frc-2019.1.0-beta.2
flashlib-frc-2019.1.0-beta.1
flashlib-frc-2019.1.0-alpha.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.flash3388.flashlib</groupId>
    <artifactId>flashlib-frc</artifactId>
    <version>2020.1.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.flash3388.flashlib:flashlib-frc:2020.1.0'

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

implementation("com.flash3388.flashlib:flashlib-frc:2020.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.flash3388.flashlib" % "flashlib-frc" % "2020.1.0"

Advertisement