jericho-html
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.htmlparser</groupId>
<artifactId>jericho-html</artifactId>
<version>2.3</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.htmlparser</groupId>
<artifactId>jericho-html</artifactId>
<packaging>jar</packaging>
<version>2.3</version>
<name>Jericho HTML Parser</name>
<description>
Jericho HTML Parser is a simple but powerful java library allowing analysis and manipulation of
parts of an HTML document, including some common server-side tags, while reproducing verbatim any
unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions.
</description>
<inceptionYear>2001</inceptionYear>
<url>http://jerichohtml.sourceforge.net</url>
<scm>
<connection>?</connection>
</scm>
<developers>
<developer>
<id>mjericho</id>
<name>Martin Jericho</name>
<email>mart3862@yahoo.com.au</email>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
<distributionManagement>
<relocation>
<groupId>net.htmlparser.jericho</groupId>
<message>Changed Group ID to reflect java package name in next major release</message>
</relocation>
</distributionManagement>
</project>