is not current version
Last Version 1.3

com.github.jponge:lzma-java 1.1

LZMA library for Java

Categories

Categories

Java Languages
GroupId

GroupId

com.github.jponge
ArtifactId

ArtifactId

lzma-java
Version

Version

1.1
Type

Type

jar

Download lzma-java 1.1


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