<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.jimmy-j</groupId>
<artifactId>facesdk</artifactId>
<version>2.0.15</version>
<packaging>aar</packaging>

<name>facesdk</name>
<description>基于硬件开发的 SDK 套件，依赖 BaseSystem 模块，提供了 相机预览、体温检测、读卡、串口读写、韦根读写、读身份证、LED灯光继电器控制功能。</description>
<url>https://github.com/Jimmy-J/FaceRecognitionDemo</url>

<licenses>
    <license>
        <name>The Apache License, Version 2.0</name>
        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
</licenses>

<developers>
    <developer>
        <id>szfacebook</id>
        <name>jimmy</name>
        <email>jiaomin288@gmail.com</email>
    </developer>
</developers>

<scm>
    <connection>https://github.com/umeng/MultiFunctionAndroidDemo.git</connection>
    <developerConnection>https://github.com/umeng/MultiFunctionAndroidDemo.git</developerConnection>
    <url>https://github.com/umeng/MultiFunctionAndroidDemo</url>
</scm>

<dependencies>
        <!-- Android deps -->
        <dependency>
            <groupId>android.arch.lifecycle</groupId>
            <artifactId>common-java8</artifactId>
            <version>2.3.0</version>
            <scope>implementation</scope>
        </dependency>

        <!-- 日志输出 -->
        <dependency>
            <groupId>com.orhanobut</groupId>
            <artifactId>logger</artifactId>
            <version>2.2.0</version>
            <scope>implementation</scope>
        </dependency>

      <!-- 本地广播 -->
        <dependency>
            <groupId>androidx.localbroadcastmanager</groupId>
            <artifactId>localbroadcastmanager</artifactId>
            <version>1.0.0</version>
            <scope>implementation</scope>
        </dependency>

        <!-- 身份证模块 -->
        <dependency>
            <groupId>io.github.jimmy-j</groupId>
            <artifactId>idcard-otg</artifactId>
            <version>1.0.0</version>
            <scope>implementation</scope>
         </dependency>

        <!-- 身份证 + ic 卡模块 -->
        <dependency>
            <groupId>io.github.jimmy-j</groupId>
            <artifactId>m53m513usb</artifactId>
            <version>1.0.0</version>
            <scope>implementation</scope>
        </dependency>

        <!-- usb 相机 -->
        <dependency>
            <groupId>io.github.jimmy-j</groupId>
            <artifactId>usbcamera</artifactId>
            <version>2.3.6.3</version>
            <scope>implementation</scope>
        </dependency>

        <!-- u 盘文件选择器 -->
        <dependency>
            <groupId>io.github.jimmy-j</groupId>
            <artifactId>udisk-file-selector</artifactId>
            <version>1.0.2</version>
            <scope>implementation</scope>
        </dependency>

        <!-- hid pos 模块 -->
        <dependency>
            <groupId>io.github.jimmy-j</groupId>
            <artifactId>hid-pos</artifactId>
            <version>1.0.1</version>
            <scope>implementation</scope>
        </dependency>

        <!-- 在线身份证模块 EIdCard 模块 -->
          <dependency>
            <groupId>io.github.jimmy-j</groupId>
            <artifactId>e-idcard</artifactId>
            <version>2.1.0</version>
            <scope>implementation</scope>
        </dependency>

        <!-- 在线国康码 -->
          <dependency>
            <groupId>com.gitee.l0km</groupId>
            <artifactId>skcap</artifactId>
            <version>1.5.0</version>
            <scope>implementation</scope>
        </dependency>
    </dependencies>
</project>