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.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.ftclib.ftclib
ArtifactId

ArtifactId

ftclib
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

aar
Description

Description

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.
Project URL

Project URL

https://github.com/FTCLib/FTCLib
Source Code Management

Source Code Management

https://github.com/FTCLib/FTCLib.git

Download ftclib

How to add to project

<!-- https://jarcasting.com/artifacts/org.ftclib.ftclib/ftclib/ -->
<dependency>
    <groupId>org.ftclib.ftclib</groupId>
    <artifactId>ftclib</artifactId>
    <version>1.2.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.ftclib.ftclib/ftclib/
implementation 'org.ftclib.ftclib:ftclib:1.2.0'
// https://jarcasting.com/artifacts/org.ftclib.ftclib/ftclib/
implementation ("org.ftclib.ftclib:ftclib:1.2.0")
'org.ftclib.ftclib:ftclib:aar:1.2.0'
<dependency org="org.ftclib.ftclib" name="ftclib" rev="1.2.0">
  <artifact name="ftclib" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.ftclib.ftclib', module='ftclib', version='1.2.0')
)
libraryDependencies += "org.ftclib.ftclib" % "ftclib" % "1.2.0"
[org.ftclib.ftclib/ftclib "1.2.0"]

Dependencies

compile (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-android-extensions-runtime jar 1.4.10
org.ejml : ejml-simple jar 0.39
androidx.core » core-ktx jar 1.3.2
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.10

Project Modules

There are no modules declared in this project.
org.ftclib.ftclib

FTCLib

Home of The Last FTC Library You Will Ever Need and More! Created by Jackson from Raiders of the ARC.

Versions

Version
1.2.0
1.1.1