xmlenc Library.
Here is the list of declaration for xmlenc. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>xmlenc</groupId> <artifactId>xmlenc</artifactId> <version>0.52</version> </dependency>
If you think this Maven repository POM file listing for xmlenc is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The BSD License
URL: http://www.opensource.org/licenses/bsd-license.php.
The following packages are defined in the xmlenc-0.52.jar
org.znerd.xmlenc org.znerd.xmlenc.sax
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>xmlenc</groupId> <artifactId>xmlenc</artifactId> <version>0.52</version> <packaging>jar</packaging> <name>xmlenc Library</name> <url>http://xmlenc.sourceforge.net</url> <description>xmlenc Library</description> <licenses> <license> <name>The BSD License</name> <url>http://www.opensource.org/licenses/bsd-license.php</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://xmlenc.cvs.sourceforge.net/xmlenc/</url> </scm> </project>