License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jmatchparser |
ArtifactId | ArtifactIdjMatchParser-juniversalchardet |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionjMatchParser-juniversalchardet
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-juniversalchardet module contains a charset provider for a character set that uses juniversalchardet for automatically detecting the charset.
|
<!-- https://jarcasting.com/artifacts/net.sf.jmatchparser/jMatchParser-juniversalchardet/ -->
<dependency>
<groupId>net.sf.jmatchparser</groupId>
<artifactId>jMatchParser-juniversalchardet</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jmatchparser/jMatchParser-juniversalchardet/
implementation 'net.sf.jmatchparser:jMatchParser-juniversalchardet:0.1'
// https://jarcasting.com/artifacts/net.sf.jmatchparser/jMatchParser-juniversalchardet/
implementation ("net.sf.jmatchparser:jMatchParser-juniversalchardet:0.1")
'net.sf.jmatchparser:jMatchParser-juniversalchardet:jar:0.1'
<dependency org="net.sf.jmatchparser" name="jMatchParser-juniversalchardet" rev="0.1">
<artifact name="jMatchParser-juniversalchardet" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jmatchparser', module='jMatchParser-juniversalchardet', version='0.1')
)
libraryDependencies += "net.sf.jmatchparser" % "jMatchParser-juniversalchardet" % "0.1"
[net.sf.jmatchparser/jMatchParser-juniversalchardet "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.juniversalchardet : juniversalchardet | jar | 1.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |