is not current version
Last Version 2.0.1

org.ftclib.ftclib:core 1.0.1

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.

Categories

Categories

CLI User Interface
GroupId

GroupId

org.ftclib.ftclib
ArtifactId

ArtifactId

core
Version

Version

1.0.1
Type

Type

aar

Download core 1.0.1


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