Jar examples for j:jutf7
This library provides UTF-7 and Modified UTF-7 Charsets for Java. Sun's default Java distribution lacks support for the UTF-7 character set. Though it is not used commonly, it is still sometimes encountered in e-mails, or applications handling e-mail. The package is written as java.nio.charset extension, which means it can be used without special installation or configuration. Just drop the jar in your classpath, and you are ready to go.
You can download jar file jutf7 1.0.0 in this page.
MIT license
You can use the following script to add jutf7-1.0.0.jar to your project.
<dependency> <groupId>com.beetstra.jutf7</groupId> <artifactId>jutf7</artifactId> <version>1.0.0</version> </dependency>
compile group: 'com.beetstra.jutf7', name: 'jutf7', version: '1.0.0'
libraryDependencies += "com.beetstra.jutf7" % "jutf7" % "1.0.0"
<dependency org="com.beetstra.jutf7" name="jutf7" rev="1.0.0"/>
@Grapes(@Grab(group='com.beetstra.jutf7', module='jutf7', version='1.0.0'))
'com.beetstra.jutf7:jutf7:jar:1.0.0'
Click the following link to download the jar file.
jutf7-1.0.0-javadoc.jar