thirty-two

WebJar for thirty-two

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

thirty-two
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

thirty-two
WebJar for thirty-two
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/chrisumbel/thirty-two

Download thirty-two

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

thirty-two

Implementation of RFC 3548 Base32 encoding/decoding for node.

Installation

npm install github:osztenkurden/thirty-two#master

Usage

import base32 from "thirty-two";

base32.encode('node').toString();
// output: NZXWIZI=

base32.decode('NZXWIZI=');
//output: node

Versions

Version
1.0.2