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

core
Last Version

Last Version

2.0.1
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 core

How to add to project

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

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.6.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.4.10

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.1
2.0.0
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0