<?xml version="1.0" encoding="UTF-8"?>
<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.hangman.library</groupId>
  <artifactId>NativeLibDecompression</artifactId>
  <version>1.0.1</version>
  <packaging>aar</packaging>
  <name>android so decompression and decompression native lib path</name>
  <url>https://github.com/HangmanFu/SoCompress</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>fumeihang</id>
      <name>fumeihang</name>
      <email>hangman.fu@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/HangmanFu/SoCompress.git</connection>
    <developerConnection>https://github.com/HangmanFu/SoCompress.git</developerConnection>
    <url>https://github.com/HangmanFu/SoCompress</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-compress</artifactId>
      <version>1.18</version>
    </dependency>
    <dependency>
      <groupId>org.tukaani</groupId>
      <artifactId>xz</artifactId>
      <version>1.8</version>
    </dependency>
  </dependencies>
</project>
