MVN

com.roboctopi : CuttlefishFTCBridge

Maven & Gradle

Oct 31, 2023
1 stars

com.roboctopi:CuttlefishFTCBridge · CuttlefishFTCBridge is a library for FTC that acts as an interface between the main Cuttlefish library and the FTC SDK, and provides extra functionality such as automatic bulk-read and direct access by port.

<dependency>
    <groupId>com.roboctopi</groupId>
    <artifactId>CuttlefishFTCBridge</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.roboctopi : CuttlefishFTCBridge to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.roboctopi : CuttlefishFTCBridge to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
CuttlefishFTCBridge-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.roboctopi</groupId>
    <artifactId>CuttlefishFTCBridge</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.roboctopi : CuttlefishFTCBridge gradle dependency to your build.gradle file:

implementation 'com.roboctopi:CuttlefishFTCBridge:1.0.0'

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

implementation("com.roboctopi:CuttlefishFTCBridge:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.roboctopi : CuttlefishFTCBridge sbt scala dependency to your build.sbt file:

libraryDependencies += "com.roboctopi" % "CuttlefishFTCBridge" % "1.0.0"