Download jchardet-1.0.jar file - Jar j

Jar examples for j:jchardet

Description

Java port of Mozilla&#39;s automatic charset detection algorithm. See... <a href=\"http://www.mozilla.org/projects/intl/chardet.html\"> http://www.mozilla.org/projects/intl/chardet.html </a>for the details of the orginal code and Author.

You can download jar file jchardet 1.0 in this page.

License

Mozilla Public License 1.1 (MPL 1.1)

Build File

You can use the following script to add jchardet-1.0.jar to your project.

<dependency>
   <groupId>net.sourceforge.jchardet</groupId>
   <artifactId>jchardet</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'net.sourceforge.jchardet', name: 'jchardet', version: '1.0'
libraryDependencies += "net.sourceforge.jchardet" % "jchardet" % "1.0"
<dependency org="net.sourceforge.jchardet" name="jchardet" rev="1.0"/>
@Grapes(@Grab(group='net.sourceforge.jchardet', module='jchardet', version='1.0'))
'net.sourceforge.jchardet:jchardet:jar:1.0'

Download

Click the following link to download the jar file.

jchardet-1.0.jar
jchardet-1.0.pom



Related Tutorials