Maven Repository - POM file for XML Parser dtdparser 1.21 1.21

Summary

dtdparser.

A Java DTD Parser.

Declaration

Here is the list of declaration for dtdparser. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>com.wutka</groupId>
   <artifactId>dtdparser</artifactId>
   <version>1.21</version>
</dependency>

If you think this Maven repository POM file listing for dtdparser is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:GNU Lesser General Public License
URL: http://www.gnu.org/licenses/lgpl.txtName:Apache-style license
URL: http://www.wutka.com/dtdparserasllicense.html.





Packages

The following packages are defined in the dtdparser-1.21.jar

com.wutka.dtd

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.wutka</groupId>
  <artifactId>dtdparser</artifactId>
  <version>1.21</version>
  <name>dtdparser</name>
  <url>http://www.wutka.com/dtdparser.html</url>
  <description>A Java DTD Parser</description>
  <licenses>
    <license>
      <name>GNU Lesser General Public License</name>
      <url>http://www.gnu.org/licenses/lgpl.txt</url>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>Apache-style license</name>
      <url>http://www.wutka.com/dtdparserasllicense.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>http://dtdparser.cvs.sourceforge.net/dtdparser</url>
  </scm>
</project>