is not current version
Last Version 1.2

com.github.fzakaria:ascii85 1.1

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

GroupId

GroupId

com.github.fzakaria
ArtifactId

ArtifactId

ascii85
Version

Version

1.1
Type

Type

jar

Download ascii85 1.1


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