base64

A Java class providing very fast Base64 encoding and decoding in the form of convenience methods and input/output streams.

License

License

Public domain
Categories

Categories

Net
GroupId

GroupId

net.iharder
ArtifactId

ArtifactId

base64
Last Version

Last Version

2.3.9
Release Date

Release Date

Type

Type

jar
Description

Description

base64
A Java class providing very fast Base64 encoding and decoding in the form of convenience methods and input/output streams.
Project URL

Project URL

http://iharder.net/base64/
Source Code Management

Source Code Management

http://github.com/omalley/base64

Download base64

How to add to project

<!-- https://jarcasting.com/artifacts/net.iharder/base64/ -->
<dependency>
    <groupId>net.iharder</groupId>
    <artifactId>base64</artifactId>
    <version>2.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.iharder/base64/
implementation 'net.iharder:base64:2.3.9'
// https://jarcasting.com/artifacts/net.iharder/base64/
implementation ("net.iharder:base64:2.3.9")
'net.iharder:base64:jar:2.3.9'
<dependency org="net.iharder" name="base64" rev="2.3.9">
  <artifact name="base64" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.iharder', module='base64', version='2.3.9')
)
libraryDependencies += "net.iharder" % "base64" % "2.3.9"
[net.iharder/base64 "2.3.9"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.9
2.3.8
2.3.7