sdk2-2.0.3.pom 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <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">
  2. <!-- This module was also published with a richer model, Gradle metadata, -->
  3. <!-- which should be used instead. Do not delete the following line which -->
  4. <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
  5. <!-- that they should prefer consuming it instead. -->
  6. <!-- do_not_remove: published-with-gradle-metadata -->
  7. <modelVersion>4.0.0</modelVersion>
  8. <groupId>com.gainscha</groupId>
  9. <artifactId>sdk2</artifactId>
  10. <version>2.0.3</version>
  11. <packaging>aar</packaging>
  12. <name>sdk2</name>
  13. <description/>
  14. <url/>
  15. <licenses>
  16. <license>
  17. <name>The Apache License, Version 2.0</name>
  18. <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
  19. </license>
  20. </licenses>
  21. <developers>
  22. <developer>
  23. <id>admin</id>
  24. <name>admin</name>
  25. <email>592088744@qq.com</email>
  26. </developer>
  27. </developers>
  28. <scm>
  29. <connection/>
  30. <developerConnection/>
  31. <url/>
  32. </scm>
  33. <dependencies>
  34. <dependency>
  35. <groupId>androidx.annotation</groupId>
  36. <artifactId>annotation</artifactId>
  37. <version>1.2.0</version>
  38. <scope>compile</scope>
  39. </dependency>
  40. <dependency>
  41. <groupId>com.jcraft</groupId>
  42. <artifactId>jzlib</artifactId>
  43. <version>1.1.3</version>
  44. <scope>compile</scope>
  45. </dependency>
  46. <dependency>
  47. <groupId>com.gainscha</groupId>
  48. <artifactId>serial-port</artifactId>
  49. <version>2.1.3</version>
  50. <scope>compile</scope>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.gainscha</groupId>
  54. <artifactId>jzint</artifactId>
  55. <version>0.4.1</version>
  56. <scope>compile</scope>
  57. </dependency>
  58. <dependency>
  59. <groupId>com.gainscha</groupId>
  60. <artifactId>fimage</artifactId>
  61. <version>1.0.0</version>
  62. <scope>compile</scope>
  63. </dependency>
  64. </dependencies>
  65. </project>