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.15</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.15 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.15. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JEE | opencms-core 8.5.2 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 5 |
XML | thymeleaf 2.0.15 XML/XHTML/HTML5 template engine for Java | 13 |
JEE | opencms-core 8.5.0 Opencms-core is the JAR-Library for OpenCms. OpenCms is a Content Management System that is based on Open Source Software. Complex Intranet and Internet websites can be quickly and cost-effectively created, maintained and managed. | 28 |
JUnit | htmlunit 2.9 A headless browser intended for use in testing web-based applications. | 37 |
XML | thymeleaf 2.1.2.RELEASE XML/XHTML/HTML5 template engine for Java | 22 |
The following packages are defined in the nekohtml-1.9.15.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.15</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>