thirty-two

WebJar for thirty-two

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

thirty-two
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

thirty-two
WebJar for thirty-two
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать thirty-two

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.0.2