License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks Net |
GroupId | GroupIdde.knightsoft-net |
ArtifactId | ArtifactIdgwt-lzma |
Last Version | Last Version1.2-6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongwt-lzma
gwt-lzma is a GWT module that implements the Lempel-Ziv-Markov chain (LZMA) compression
algorithm. This is a generic compression library, i.e., compression in Javascript,
not just compression of Javascript (i.e., "minification").
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gwt-lzma-1.2-6.pom | |
gwt-lzma-1.2-6.jar | 98 KB |
gwt-lzma-1.2-6-sources.jar | 39 KB |
gwt-lzma-1.2-6-javadoc.jar | 534 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.knightsoft-net/gwt-lzma/ -->
<dependency>
<groupId>de.knightsoft-net</groupId>
<artifactId>gwt-lzma</artifactId>
<version>1.2-6</version>
</dependency>
// https://jarcasting.com/artifacts/de.knightsoft-net/gwt-lzma/
implementation 'de.knightsoft-net:gwt-lzma:1.2-6'
// https://jarcasting.com/artifacts/de.knightsoft-net/gwt-lzma/
implementation ("de.knightsoft-net:gwt-lzma:1.2-6")
'de.knightsoft-net:gwt-lzma:jar:1.2-6'
<dependency org="de.knightsoft-net" name="gwt-lzma" rev="1.2-6">
<artifact name="gwt-lzma" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.knightsoft-net', module='gwt-lzma', version='1.2-6')
)
libraryDependencies += "de.knightsoft-net" % "gwt-lzma" % "1.2-6"
[de.knightsoft-net/gwt-lzma "1.2-6"]
Group / Artifact | Type | Version |
---|---|---|
org.gwtproject : gwt-user | jar | 2.10.0 |
org.gwtproject : gwt-dev | jar | 2.10.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |