Maven Repository - POM file for Web Framework nekohtml 1.9.15 1.9.15

Summary

Neko HTML.

An HTML parser and tag balancer..

Declaration

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.

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Depends on

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.

CategoryArtifactDepended By Count
ParserxercesImpl 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




Depended by

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.

CategoryArtifactDepended By Count
JEEopencms-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
XMLthymeleaf 2.0.15
XML/XHTML/HTML5 template engine for Java
13
JEEopencms-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
JUnithtmlunit 2.9
A headless browser intended for use in testing web-based applications.
37
XMLthymeleaf 2.1.2.RELEASE
XML/XHTML/HTML5 template engine for Java
22

Packages

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




POM File Source

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>