Download juniversalchardet-1.0.3.jar file - Jar j

Jar examples for j:juniversalchardet

Description

JUniversalChardet is a Java encoding detector library

You can download jar file juniversalchardet 1.0.3 in this page.

License

Mozilla Public License 1.1 (MPL 1.1)

Build File

You can use the following script to add juniversalchardet-1.0.3.jar to your project.

<dependency>
   <groupId>com.googlecode.juniversalchardet</groupId>
   <artifactId>juniversalchardet</artifactId>
   <version>1.0.3</version>
</dependency>
compile group: 'com.googlecode.juniversalchardet', name: 'juniversalchardet', version: '1.0.3'
libraryDependencies += "com.googlecode.juniversalchardet" % "juniversalchardet" % "1.0.3"
<dependency org="com.googlecode.juniversalchardet" name="juniversalchardet" rev="1.0.3"/>
@Grapes(@Grab(group='com.googlecode.juniversalchardet', module='juniversalchardet', version='1.0.3'))
'com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3'

Download

Click the following link to download the jar file.

juniversalchardet-1.0.3-javadoc.jar
juniversalchardet-1.0.3-sources.jar
juniversalchardet-1.0.3.jar
juniversalchardet-1.0.3.pom



Related Tutorials