c

core

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.
https://github.com/FTCLib/FTCLib
MIT License
Files download
File Operation
core-2.1.1.pom download
core-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ftclib.ftclib</groupId>
  <artifactId>core</artifactId>
  <version>2.1.1</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'org.ftclib.ftclib:core:2.1.1'
Gradle Kotlin
implementation("org.ftclib.ftclib:core:2.1.1")
Scala SBT
libraryDependencies += "org.ftclib.ftclib" % "core" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ftclib.ftclib', module='core', version='2.1.1')
)
Apache Ivy
<dependency org="org.ftclib.ftclib" name="core" rev="2.1.1" />
Leiningen
[org.ftclib.ftclib/core "2.1.1"]
Apache Buildr
'org.ftclib.ftclib:core:jar:2.1.1'