<?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.leo0263</groupId>
  <artifactId>HtmlSpanner</artifactId>
  <version>0.6.9-fix3</version>
  <packaging>aar</packaging>
  <name>leo0263/HtmlSpanner</name>
  <description>Android HTML rendering library with CSS support</description>
  <url>http://nightwhistler.github.io/HtmlSpanner/</url>
  <inceptionYear>2018</inceptionYear>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://api.github.com/licenses/apache-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>leo0263</id>
      <name>Leonardi</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/leo0263/HtmlSpanner.git</connection>
    <developerConnection>scm:git://github.com/leo0263/HtmlSpanner.git</developerConnection>
    <url>git://github.com/leo0263/HtmlSpanner.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.sourceforge.htmlcleaner</groupId>
      <artifactId>htmlcleaner</artifactId>
      <version>2.23</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.osbcp</groupId>
      <artifactId>cssparser</artifactId>
      <version>1.7</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
