Last Version

Ascii85 Codec 1.2

Provides methods for encoding bytes to and decoding strings from the Ascii85 format.

License

License

GroupId

GroupId

com.github.fzakaria
ArtifactId

ArtifactId

ascii85
Version

Version

1.2
Type

Type

jar
Description

Description

Ascii85 Codec
Provides methods for encoding bytes to and decoding strings from the Ascii85 format.
Project URL

Project URL

https://github.com/fzakaria/ascii85
Source Code Management

Source Code Management

https://github.com/fzakaria/ascii85

Download ascii85 1.2


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.