ui-compose-banner
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.yoti.mobile.android.common.ui</groupId> <artifactId>ui-compose-banner</artifactId> <version>5.2.1</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.common.ui</groupId> <artifactId>ui-compose-banner</artifactId> <version>5.2.1</version> <packaging>aar</packaging> <name>Yoti common Banner widgets (Compose)</name> <description>Yoti common Banner widgets (Compose)</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/yoti-ui-android.git</connection> <url>https://github.com/lampkicking/yoti-ui-android</url> </scm> <dependencies> <dependency> <groupId>com.yoti.mobile.android.common.ui</groupId> <artifactId>ui-compose-theme</artifactId> <version>5.2.1</version> <scope>api</scope> </dependency> <dependency> <groupId>androidx.compose</groupId> <artifactId>compose-bom</artifactId> <version>2023.10.01</version> <scope>implementation</scope> </dependency> </dependencies> </project>