Jar examples for j:jchardet
Java port of Mozilla'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.
Mozilla Public License 1.1 (MPL 1.1)
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'
Click the following link to download the jar file.
jchardet-1.0.jar