GroupId | GroupIdorg.firstinspires.ftc |
---|---|
ArtifactId | ArtifactIdFtcCommon |
Version | Version6.2.0 |
Type | Typeaar |
Filename | Size |
---|---|
FtcCommon-6.2.0.pom | |
FtcCommon-6.2.0-sources.jar | 207 KB |
FtcCommon-6.2.0-javadoc.jar | 433 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.firstinspires.ftc/FtcCommon/ -->
<dependency>
<groupId>org.firstinspires.ftc</groupId>
<artifactId>FtcCommon</artifactId>
<version>6.2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.firstinspires.ftc/FtcCommon/
implementation 'org.firstinspires.ftc:FtcCommon:6.2.0'
// https://jarcasting.com/artifacts/org.firstinspires.ftc/FtcCommon/
implementation ("org.firstinspires.ftc:FtcCommon:6.2.0")
'org.firstinspires.ftc:FtcCommon:aar:6.2.0'
<dependency org="org.firstinspires.ftc" name="FtcCommon" rev="6.2.0">
<artifact name="FtcCommon" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.firstinspires.ftc', module='FtcCommon', version='6.2.0')
)
libraryDependencies += "org.firstinspires.ftc" % "FtcCommon" % "6.2.0"
[org.firstinspires.ftc/FtcCommon "6.2.0"]