Neko HTML.
An HTML parser and tag balancer..
Here is the list of declaration for nekohtml. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>net.sourceforge.nekohtml</groupId> <artifactId>nekohtml</artifactId> <version>1.9.16</version> </dependency>
If you think this Maven repository POM file listing for nekohtml is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The nekohtml-1.9.16 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Parser | xercesImpl 2.9.1 Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy... | 97 |
The following table lists the most popular artifacts which are depending on nekohtml-1.9.16. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
XML | http-builder 0.7 A builder-style HTTP client API, including authentication, and extensible handling of common content-types such as JSON and XML. It is built on top of Apache's HttpClient. | 32 |
XML | http-builder 0.6 A builder-style HTTP client API, including authentication, and extensible handling of common content-types such as JSON and XML. It is built on top of Apache's HttpClient. | 21 |
The following packages are defined in the nekohtml-1.9.16.jar
org.cyberneko.html org.cyberneko.html.filters org.cyberneko.html.parsers org.cyberneko.html.xercesbridge
Here is the content of the POM file.
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
<name>Neko HTML</name>
<description>An HTML parser and tag balancer.</description>
<version>1.9.16</version>
<url>http://nekohtml.sourceforge.net/</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://nekohtml.svn.sourceforge.net/viewvc/nekohtml/</url>
</scm>
<dependencies>
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.9.1</version>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>nekohtml-m2-repo</id>
<url>
sftp://web.sourceforge.net/home/groups/n/ne/nekohtml/htdocs/m2-repo
</url>
<name>NekoHTML Maven 2 Repository</name>
</repository>
<snapshotRepository>
<id>nekohtml-m2-repo-snapshots</id>
<url>
sftp://web.sourceforge.net/home/groups/n/ne/nekohtml/htdocs/m2-repo-snapshots
</url>
<name>NekoHTML Maven 2 Snapshots Repository</name>
</snapshotRepository>
</distributionManagement>
</project>