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 1.0.4 in this page.
The BSD 3-Clause License
You can use the following script to add base64-1.0.4.jar to your project.
<dependency> <groupId>com.owtelse.codec</groupId> <artifactId>base64</artifactId> <version>1.0.4</version> </dependency>
compile group: 'com.owtelse.codec', name: 'base64', version: '1.0.4'
libraryDependencies += "com.owtelse.codec" % "base64" % "1.0.4"
<dependency org="com.owtelse.codec" name="base64" rev="1.0.4"/>
@Grapes(@Grab(group='com.owtelse.codec', module='base64', version='1.0.4'))
'com.owtelse.codec:base64:jar:1.0.4'
Click the following link to download the jar file.
base64-1.0.4-javadoc.jar