belzspeedscan-iosarm64
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.ismoy</groupId> <artifactId>belzspeedscan-iosarm64</artifactId> <version>1.0.12</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"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.ismoy</groupId> <artifactId>belzspeedscan-iosarm64</artifactId> <version>1.0.12</version> <packaging>klib</packaging> <name>BelZSpeedScan</name> <description>BelZSpeedScan - Advanced Kotlin Multiplatform QR Code & Barcode Scanner Library for Android & iOS. Transform your mobile apps with lightning-fast, MLKit-powered scanning technology featuring intelligent auto-focus, reflective surface detection, and real-time distance optimization. Built with Jetpack Compose for stunning UI components and seamless cross-platform integration. Perfect for e-commerce, inventory management, ticketing systems, and contactless solutions. Boost your app's performance with our privacy-focused analytics and enterprise-grade security features. Open-source, actively maintained, and designed for production-ready applications.</description> <url>https://github.com/ismoy/BelZSpeedScan</url> <inceptionYear>2025</inceptionYear> <licenses> <license> <name>MIT</name> <url>https://github.com/ismoy/BelZSpeedScan/blob/main/LICENSE</url> </license> </licenses> <developers> <developer> <id>ismoy</id> <name>Ismoy Belizaire</name> <email>belizairesmoy72@gmail.com</email> </developer> </developers> <scm> <url>https://github.com/ismoy/BelZSpeedScan</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.compose.runtime</groupId> <artifactId>runtime-uikitarm64</artifactId> <version>1.8.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.ui</groupId> <artifactId>ui-uikitarm64</artifactId> <version>1.8.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.animation</groupId> <artifactId>animation-uikitarm64</artifactId> <version>1.8.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.foundation</groupId> <artifactId>foundation-uikitarm64</artifactId> <version>1.8.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.compose.material</groupId> <artifactId>material-uikitarm64</artifactId> <version>1.8.0</version> <scope>compile</scope> </dependency> </dependencies> </project>