barcode
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.scandit.datacapture</groupId>
<artifactId>barcode</artifactId>
<version>8.4.0-beta.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.scandit.datacapture</groupId>
<artifactId>barcode</artifactId>
<version>8.4.0-beta.1</version>
<packaging>aar</packaging>
<name>com.scandit.datacapture.barcode</name>
<description>ScanditBarcodeCapture implements the barcode capture capabilities of the Scandit Data Capture SDK.</description>
<url>https://www.scandit.com</url>
<licenses>
<license>
<name>Scandit Commercial License</name>
<url>https://ssl.scandit.com/terms/test.pdf</url>
</license>
</licenses>
<developers>
<developer>
<id>scandit</id>
<name>Scandit AG</name>
<email>support@scandit.com</email>
</developer>
</developers>
<scm>
<connection>https://www.scandit.com</connection>
<developerConnection>https://www.scandit.com</developerConnection>
<url>https://www.scandit.com</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.25</version>
</dependency>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation</artifactId>
<version>1.3.0</version>
</dependency>
</dependencies>
</project>