|
|
@@ -0,0 +1,65 @@
|
|
|
+<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
+ <!-- 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>com.gainscha</groupId>
|
|
|
+ <artifactId>sdk2</artifactId>
|
|
|
+ <version>2.0.3</version>
|
|
|
+ <packaging>aar</packaging>
|
|
|
+ <name>sdk2</name>
|
|
|
+ <description/>
|
|
|
+ <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>admin</id>
|
|
|
+ <name>admin</name>
|
|
|
+ <email>592088744@qq.com</email>
|
|
|
+ </developer>
|
|
|
+ </developers>
|
|
|
+ <scm>
|
|
|
+ <connection/>
|
|
|
+ <developerConnection/>
|
|
|
+ <url/>
|
|
|
+ </scm>
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>androidx.annotation</groupId>
|
|
|
+ <artifactId>annotation</artifactId>
|
|
|
+ <version>1.2.0</version>
|
|
|
+ <scope>compile</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.jcraft</groupId>
|
|
|
+ <artifactId>jzlib</artifactId>
|
|
|
+ <version>1.1.3</version>
|
|
|
+ <scope>compile</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.gainscha</groupId>
|
|
|
+ <artifactId>serial-port</artifactId>
|
|
|
+ <version>2.1.3</version>
|
|
|
+ <scope>compile</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.gainscha</groupId>
|
|
|
+ <artifactId>jzint</artifactId>
|
|
|
+ <version>0.4.1</version>
|
|
|
+ <scope>compile</scope>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.gainscha</groupId>
|
|
|
+ <artifactId>fimage</artifactId>
|
|
|
+ <version>1.0.0</version>
|
|
|
+ <scope>compile</scope>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
+</project>
|