MVN

com.ftc11392.sequoia : sequoia

Maven & Gradle

Oct 18, 2021
3 stars

Sequoia · A First Tech Challenge library for subsystem management and command-based programming built on top of the FTC SDK.

<dependency>
    <groupId>com.ftc11392.sequoia</groupId>
    <artifactId>sequoia</artifactId>
    <version>0.7.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ftc11392.sequoia : sequoia to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.13

All Versions

Choose a version of com.ftc11392.sequoia : sequoia to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v0.7.x
sequoia-v0.7.12
0.7.x
sequoia-0.7.13
sequoia-0.7.12
sequoia-0.7.11

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ftc11392.sequoia</groupId>
    <artifactId>sequoia</artifactId>
    <version>0.7.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ftc11392.sequoia : sequoia gradle dependency to your build.gradle file:

implementation 'com.ftc11392.sequoia:sequoia:0.7.13'

Gradle Kotlin DSL: Add the following com.ftc11392.sequoia : sequoia gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ftc11392.sequoia:sequoia:0.7.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ftc11392.sequoia : sequoia sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ftc11392.sequoia" % "sequoia" % "0.7.13"

Advertisement