Maven Repository - POM file for Web Framework nekohtml 1.9.19 1.9.19

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.19</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.19 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.10.0
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 to program....
29




Depended by

The following table lists the most popular artifacts which are depending on nekohtml-1.9.19. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JUnithtmlunit 2.13
A headless browser intended for use in testing web-based applications.
10

Packages

The following packages are defined in the nekohtml-1.9.19.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.19</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.10.0</version>
    </dependency>
  </dependencies>
    
    <distributionManagement>
        <repository>
            <id>nexus-releases</id>
            <name>Nexus Release Repository</name>
            <url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
        </repository>
    </distributionManagement> 
</project>