<?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.axet</groupId>
  <artifactId>libk2pdfopt</artifactId>
  <version>2.50-2</version>
  <packaging>aar</packaging>
  <name>android libk2pdfopt</name>
  <description>android libk2pdfopt.</description>
  <url>https://gitlab.com/axet/android-k2pdfopt</url>
  <licenses>
    <license>
      <name>GNU GENERAL PUBLIC LICENSE 3+</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>axet</id>
      <name>Alexey Kuznetsov</name>
      <email>axet@me.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://gitlab.com/axet/android-k2pdfopt</connection>
    <developerConnection>scm:git:https://gitlab.com/axet/android-k2pdfopt</developerConnection>
    <url>https://gitlab.com/axet/android-k2pdfopt</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
