Jar examples for b:base64
A Java class providing very fast Base64 encoding and decoding in the form of convenience methods and input/output streams.
You can download jar file base64 2.3.9 in this page.
The BSD 3-Clause License
You can use the following script to add base64-2.3.9.jar to your project.
<dependency> <groupId>net.iharder</groupId> <artifactId>base64</artifactId> <version>2.3.9</version> </dependency>
compile group: 'net.iharder', name: 'base64', version: '2.3.9'
libraryDependencies += "net.iharder" % "base64" % "2.3.9"
<dependency org="net.iharder" name="base64" rev="2.3.9"/>
@Grapes(@Grab(group='net.iharder', module='base64', version='2.3.9'))
'net.iharder:base64:jar:2.3.9'
Click the following link to download the jar file.
base64-2.3.9-javadoc.jar