Last Version

LZ-String 0.1

Java port of LZ-based compression algorithm for JavaScript

License

License

GroupId

GroupId

com.github.wajda
ArtifactId

ArtifactId

lzstring4java
Version

Version

0.1
Type

Type

jar
Description

Description

LZ-String
Java port of LZ-based compression algorithm for JavaScript
Project URL

Project URL

https://github.com/wajda/lz-string4java
Source Code Management

Source Code Management

https://github.com/wajda/lz-string4java.git

Download lzstring4java 0.1


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

Dependencies

test (3)

Group / Artifact Type Version
rhino : js jar 1.7R2
org.apache.commons : commons-io jar 1.3.2
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.