lz-string

WebJar for lz-string

Лицензия

Лицензия

Группа

Группа

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

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

lz-string
Последняя версия

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

1.4.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

lz-string
WebJar for lz-string
Ссылка на сайт

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

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

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

https://github.com/pieroxy/lz-string

Скачать lz-string

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

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

Зависимости

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

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

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

lz-string

LZ-based compression algorithm for JavaScript

Warning (migrating from version 1.3.4 - nov 2014)

Files have changed locations and name since a recent release. The new release file is in libs/lz-string.min.js (or in libs/lz-string.js if you don't care for the minified version)

Sorry about the mess in other repos. This will not happen again.

Note on server side

If you are using one of the ports of lz-string to decode on the server what was encoded in the browser, you might want to use version 1.3.7 as the version 1.3.8 introduced a slight change in the encoding. While the JS versions are completely cross-compatible, the PHP, Go, ... versions might not be as forgiving.

Install via npm

$ npm install -g lz-string
$ lz-string input.js > output.txt

Home page

Home page for this program with examples, documentation and a live demo: http://pieroxy.net/blog/pages/lz-string/index.html

Other languages

This lib has numerous ports to other languages, for server side processing, mostly. Here they are:

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

Версия
1.4.4