Download encoding-0.2.0.jar file - Jar e

Jar examples for e:encoding

Description

A Java library that implements character encodings used in Web pages and email.

You can download jar file encoding 0.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add encoding-0.2.0.jar to your project.

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

Download

Click the following link to download the jar file.

encoding-0.2.0-javadoc.jar
encoding-0.2.0-sources.jar
encoding-0.2.0.jar
encoding-0.2.0.pom



Related Tutorials