cordova-plugin-pdf417
Version:
A small and powerful PDF417 barcode scanning library
49 lines (48 loc) • 1.53 kB
text/xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.microblink</groupId>
<artifactId>pdf417.mobi</artifactId>
<version>6.1.0</version>
<packaging>aar</packaging>
<name>Pdf417Mobi SDK for Android</name>
<description>SDK that enables scanning of various barcodes in your Android application</description>
<url>http://pdf417.mobi</url>
<licenses>
<license>
<name>MicroBlink Terms of Use</name>
<url>https://microblink.com/terms</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>MicroBlink</id>
<name>MicroBlink Ltd.</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>25.1.0</version>
<scope>compile</scope>
<type>aar</type>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>com.simpligility.maven.plugins</groupId>
<artifactId>android-maven-plugin</artifactId>
<version>4.4.1</version>
<extensions>true</extensions>
<configuration>
<sign>
<debug>false</debug>
</sign>
</configuration>
</plugin>
</plugins>
</build>
</project>