| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.ftclib.ftclib |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version2.0.1 |
| 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 |
|---|---|
| core-2.0.1.pom | |
| core-2.0.1-sources.jar | 178 KB |
| core-2.0.1-javadoc.jar | 261 bytes |
| Browse |
<!-- 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"]
| 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 |