a

ascii85

Provides methods for encoding bytes to and decoding strings from the Ascii85 format.
https://github.com/fzakaria/ascii85
Apache License, Version 2.0
Jackson Bailey Farid Zakaria
Files download
File Operation
ascii85-1.2.jar download
ascii85-1.2.pom download
ascii85-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.fzakaria</groupId>
  <artifactId>ascii85</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.fzakaria:ascii85:1.2'
Gradle Kotlin
implementation("com.github.fzakaria:ascii85:1.2")
Scala SBT
libraryDependencies += "com.github.fzakaria" % "ascii85" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.fzakaria', module='ascii85', version='1.2')
)
Apache Ivy
<dependency org="com.github.fzakaria" name="ascii85" rev="1.2" />
Leiningen
[com.github.fzakaria/ascii85 "1.2"]
Apache Buildr
'com.github.fzakaria:ascii85:jar:1.2'
Dependencies