yuv-tools
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.yoti.mobile.android.core</groupId> <artifactId>yuv-tools</artifactId> <version>1.1.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.yoti.mobile.android.core</groupId> <artifactId>yuv-tools</artifactId> <version>1.1.5</version> <packaging>aar</packaging> <name>YUV tools set</name> <description>YUV tools set</description> <url>https://github.com/getyoti</url> <licenses> <license> <name>Proprietary</name> <url>https://www.yoti.com/wp-content/uploads/2019/08/Yoti-Doc-Scan-SDK-Terms.pdf</url> </license> </licenses> <developers> <developer> <id>yoti-ci</id> <name>Yoti</name> </developer> </developers> <scm> <connection>git@github.com:lampkicking/yuv_tools.git</connection> <url>https://github.com/lampkicking/yuv_tools</url> </scm> <dependencies> <dependency> <groupId>com.yoti.mobile.android</groupId> <artifactId>commons-markers</artifactId> <version>2.10.0</version> <scope>api</scope> </dependency> <dependency> <groupId>com.yoti.mobile.android</groupId> <artifactId>commons-image</artifactId> <version>2.10.0</version> <scope>api</scope> </dependency> <dependency> <groupId>com.yoti.mobile.android</groupId> <artifactId>commons-utils</artifactId> <version>2.10.0</version> <scope>implementation</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-parcelize-runtime</artifactId> <version>1.6.21</version> <scope>runtimeClasspath</scope> </dependency> </dependencies> </project>