MVN

org.firstinspires.ftc : RobotCore

Maven & Gradle

Jul 07, 2023
7 usages
669 stars

RobotCore · FTC SDK

<dependency>
    <groupId>org.firstinspires.ftc</groupId>
    <artifactId>RobotCore</artifactId>
    <version>8.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.firstinspires.ftc : RobotCore to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.2.0

All Versions

Choose a version of org.firstinspires.ftc : RobotCore to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.2.x
RobotCore-8.2.0
8.1.x
RobotCore-8.1.1
RobotCore-8.1.0
8.0.x
RobotCore-8.0.0
7.2.x
RobotCore-7.2.0
7.1.x
RobotCore-7.1.0
7.0.x
RobotCore-7.0.0
6.2.x
RobotCore-6.2.1
RobotCore-6.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.firstinspires.ftc</groupId>
    <artifactId>RobotCore</artifactId>
    <version>8.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.firstinspires.ftc : RobotCore gradle dependency to your build.gradle file:

implementation 'org.firstinspires.ftc:RobotCore:8.2.0'

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

implementation("org.firstinspires.ftc:RobotCore:8.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.firstinspires.ftc : RobotCore sbt scala dependency to your build.sbt file:

libraryDependencies += "org.firstinspires.ftc" % "RobotCore" % "8.2.0"

Advertisement