<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
  <!-- 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>tokyo.northside</groupId>
  <artifactId>cssbox4</artifactId>
  <version>4.21</version>
  <name>cssbox4</name>
  <description>CSSBox is an (X)HTML/CSS rendering engine written in pure Java. Its primary purpose is to provide a complete information about the rendered page suitable for further processing. However, it also allows displaying the rendered document.</description>
  <url>https://codeberg.org/miurahr/cssbox4</url>
  <licenses>
    <license>
      <name>The GNU Lesser General Public License, Version 3</name>
      <url>https://www.gnu.org/licenses/lgpl-3.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>miurahr</id>
      <name>Hiroshi Miura</name>
      <email>miurahr@linux.com</email>
    </developer>
    <developer>
      <id>radkovo</id>
      <name>Radek Burget</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://codeberg.org/miurahr/cssbox4.git</connection>
    <developerConnection>scm:git:git://codeberg.org/miurahr/cssbox4.git</developerConnection>
    <url>https://codeberg.org/miurahr/cssbox4</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.htmlunit</groupId>
      <artifactId>neko-htmlunit</artifactId>
      <version>3.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.25</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>tokyo.northside</groupId>
      <artifactId>jstyleparser</artifactId>
      <version>4.1.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
