License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jmatchparser |
ArtifactId | ArtifactIdjMatchParser-jchardet |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjMatchParser-jchardet
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.
|
<!-- https://jarcasting.com/artifacts/net.sf.jmatchparser/jMatchParser-jchardet/ -->
<dependency>
<groupId>net.sf.jmatchparser</groupId>
<artifactId>jMatchParser-jchardet</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jmatchparser/jMatchParser-jchardet/
implementation 'net.sf.jmatchparser:jMatchParser-jchardet:0.1'
// https://jarcasting.com/artifacts/net.sf.jmatchparser/jMatchParser-jchardet/
implementation ("net.sf.jmatchparser:jMatchParser-jchardet:0.1")
'net.sf.jmatchparser:jMatchParser-jchardet:jar:0.1'
<dependency org="net.sf.jmatchparser" name="jMatchParser-jchardet" rev="0.1">
<artifact name="jMatchParser-jchardet" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jmatchparser', module='jMatchParser-jchardet', version='0.1')
)
libraryDependencies += "net.sf.jmatchparser" % "jMatchParser-jchardet" % "0.1"
[net.sf.jmatchparser/jMatchParser-jchardet "0.1"]
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.jchardet : jchardet | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |