Last Version

Arbitrary radix octet encoder 1.0.0

Small utility library to encode binary data to a representation with arbitrary radix. Any given alphabet can be used as a grammar for the encoding.

License

License

Categories

Categories

Net
GroupId

GroupId

net.codesup.utilities
ArtifactId

ArtifactId

base-n-codec
Version

Version

1.0.0
Type

Type

jar
Description

Description

Arbitrary radix octet encoder
Small utility library to encode binary data to a representation with arbitrary radix. Any given alphabet can be used as a grammar for the encoding.

Download base-n-codec 1.0.0


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.