<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.kellysong</groupId>
  <artifactId>scanner-master</artifactId>
  <version>1.1.0</version>
  <packaging>aar</packaging>
  <name>kellysong/scanner-master</name>
  <description>🔥Android扫码枪封装，支持usb键盘自感模式（无须EditText接收），usb com命令控制模式，usb com转串口自感模式</description>
  <url>https://github.com/kellysong/scanner-master</url>
  <inceptionYear>2020</inceptionYear>
  <developers>
    <developer>
      <id>kellysong</id>
      <name></name>
      <email>488818949@qq.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/kellysong/scanner-master.git</connection>
    <developerConnection>scm:git://github.com/kellysong/scanner-master.git</developerConnection>
    <url>git://github.com/kellysong/scanner-master.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.mik3y</groupId>
      <artifactId>usb-serial-for-android</artifactId>
      <version>3.4.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
