<?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>me.ghui</groupId>
  <artifactId>Fruit</artifactId>
  <version>1.0.4</version>
  <dependencies>
    <dependency>
      <groupId>org.jsoup</groupId>
      <artifactId>jsoup</artifactId>
      <version>1.10.3</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <description>A java library which can be used to convert html to Java Objects</description>
  <name>Fruit</name>
  <url>https://git@github.com:ghuiii/Fruit.git</url>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ghui</id>
      <name>ghui</name>
      <email>ghuiii.zhang@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <url>https://git@github.com:ghuiii/Fruit.git</url>
  </scm>
</project>
