MVN

org.ftclib.ftclib : ftclib

Maven & Gradle

May 01, 2021
179 stars

FTCLib · FTCLib is the FTC library to end all libraries. By porting features from WPILib for FRC, FTCLib makes the use of advanced systems extremely easy for even rookie programmers.

<dependency>
    <groupId>org.ftclib.ftclib</groupId>
    <artifactId>ftclib</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ftclib.ftclib : ftclib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of org.ftclib.ftclib : ftclib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
ftclib-1.2.0
1.1.x
ftclib-1.1.1

How to add a dependency to Maven

Add the following org.ftclib.ftclib : ftclib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ftclib.ftclib</groupId>
    <artifactId>ftclib</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ftclib.ftclib : ftclib gradle dependency to your build.gradle file:

implementation 'org.ftclib.ftclib:ftclib:1.1.1'

Gradle Kotlin DSL: Add the following org.ftclib.ftclib : ftclib gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ftclib.ftclib:ftclib:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ftclib.ftclib : ftclib sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ftclib.ftclib" % "ftclib" % "1.1.1"

Advertisement