| License |
License |
|---|---|
| GroupId | GroupIdorg.firstinspires.ftc |
| ArtifactId | ArtifactIdInspection |
| Last Version | Last Version7.1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionInspection
FTC SDK
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| Inspection-7.1.0.pom | |
| Inspection-7.1.0-sources.jar | 11 KB |
| Inspection-7.1.0-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.firstinspires.ftc/Inspection/ -->
<dependency>
<groupId>org.firstinspires.ftc</groupId>
<artifactId>Inspection</artifactId>
<version>7.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.firstinspires.ftc/Inspection/
implementation 'org.firstinspires.ftc:Inspection:7.1.0'
// https://jarcasting.com/artifacts/org.firstinspires.ftc/Inspection/
implementation ("org.firstinspires.ftc:Inspection:7.1.0")
'org.firstinspires.ftc:Inspection:aar:7.1.0'
<dependency org="org.firstinspires.ftc" name="Inspection" rev="7.1.0">
<artifact name="Inspection" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.firstinspires.ftc', module='Inspection', version='7.1.0')
)
libraryDependencies += "org.firstinspires.ftc" % "Inspection" % "7.1.0"
[org.firstinspires.ftc/Inspection "7.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.firstinspires.ftc : RobotCore | jar | 7.1.0 |