g

gwt-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").
https://gitlab.com/ManfredTremmel/gwt-lzma
Apache License, Version 2.0
Archie L. Cobbs
Files download
File Operation
gwt-lzma-1.2-7.jar download
gwt-lzma-1.2-7.pom download
gwt-lzma-1.2-7-sources.jar download
Apache Maven
<dependency>
  <groupId>de.knightsoft-net</groupId>
  <artifactId>gwt-lzma</artifactId>
  <version>1.2-7</version>
</dependency>
Gradle Groovy
implementation 'de.knightsoft-net:gwt-lzma:1.2-7'
Gradle Kotlin
implementation("de.knightsoft-net:gwt-lzma:1.2-7")
Scala SBT
libraryDependencies += "de.knightsoft-net" % "gwt-lzma" % "1.2-7"
Groovy Grape
@Grapes(
  @Grab(group='de.knightsoft-net', module='gwt-lzma', version='1.2-7')
)
Apache Ivy
<dependency org="de.knightsoft-net" name="gwt-lzma" rev="1.2-7" />
Leiningen
[de.knightsoft-net/gwt-lzma "1.2-7"]
Apache Buildr
'de.knightsoft-net:gwt-lzma:jar:1.2-7'