| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.ftclib.ftclib | 
| ArtifactId | ArtifactIdvision | 
| 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 | 
|---|---|
| vision-2.0.1.pom | |
| vision-2.0.1-sources.jar | 12 KB | 
| vision-2.0.1-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.ftclib.ftclib/vision/ -->
<dependency>
    <groupId>org.ftclib.ftclib</groupId>
    <artifactId>vision</artifactId>
    <version>2.0.1</version>
    <type>aar</type>
</dependency>// https://jarcasting.com/artifacts/org.ftclib.ftclib/vision/
implementation 'org.ftclib.ftclib:vision:2.0.1'// https://jarcasting.com/artifacts/org.ftclib.ftclib/vision/
implementation ("org.ftclib.ftclib:vision:2.0.1")'org.ftclib.ftclib:vision:aar:2.0.1'<dependency org="org.ftclib.ftclib" name="vision" rev="2.0.1">
  <artifact name="vision" type="aar" />
</dependency>@Grapes(
@Grab(group='org.ftclib.ftclib', module='vision', version='2.0.1')
)libraryDependencies += "org.ftclib.ftclib" % "vision" % "2.0.1"[org.ftclib.ftclib/vision "2.0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.openftc : easyopencv | jar | 1.5.1 | 
| org.jetbrains.kotlin : kotlin-android-extensions-runtime | jar | 1.4.10 | 
| androidx.core » core-ktx | jar | 1.6.0 | 
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.4.10 |