License |
License |
---|---|
GroupId | GroupIdcom.github.wajda |
ArtifactId | ArtifactIdlzstring4java |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionLZ-String
Java port of LZ-based compression algorithm for JavaScript
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lzstring4java-0.1.pom | |
lzstring4java-0.1.jar | 14 KB |
lzstring4java-0.1-sources.jar | 5 KB |
lzstring4java-0.1-javadoc.jar | 27 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
rhino : js | jar | 1.7R2 |
org.apache.commons : commons-io | jar | 1.3.2 |
junit : junit | jar | 4.12 |