| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.ftclib.ftclib | 
| ArtifactId | ArtifactIdftclib | 
| Last Version | Last Version1.2.0 | 
| Release Date | Release Date | 
| Type | Typeaar | 
| Description | DescriptionFTCLib 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 | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| ftclib-1.2.0.pom | |
| ftclib-1.2.0-sources.jar | 178 KB | 
| ftclib-1.2.0-javadoc.jar | 261 bytes | 
| Browse | 
<!-- 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"]| 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 |