jMatchParser-jchardet
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.sf.jmatchparser</groupId> <artifactId>jMatchParser-jchardet</artifactId> <version>0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>jMatchParser</artifactId> <groupId>net.sf.jmatchparser</groupId> <version>0.1</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>jMatchParser-jchardet</artifactId> <packaging>jar</packaging> <name>jMatchParser-jchardet</name> <description>A java-based parser for parsing/grabbing web sites and other text or XML documents, based on a nondeterministic parser language, creating XML output. Also contains a few utility classes for HTML, CSV and text parsing, and additional character sets. The jMatchParser-jchardet module contains a charset provider for a character set that uses jchardet for automatically detecting the charset.</description> <licenses> <license> <name>Mozilla Public License 1.1 (MPL 1.1)</name> <url>http://www.mozilla.org/MPL/MPL-1.1.html</url> <distribution>repo</distribution> </license> </licenses> <dependencies> <dependency> <groupId>net.sourceforge.jchardet</groupId> <artifactId>jchardet</artifactId> <version>1.0</version> </dependency> </dependencies> </project>