Download base64-2.3.9.jar file - Jar b

Jar examples for b:base64

Description

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.

License

The BSD 3-Clause License

Build File

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'

Download

Click the following link to download the jar file.

base64-2.3.9-javadoc.jar
base64-2.3.9-sources.jar
base64-2.3.9.jar
base64-2.3.9.pom



Related Tutorials