License |
License |
---|---|
GroupId | GroupIdcom.googlecode.apparat |
ArtifactId | ArtifactIdapparat-lzma-encoder |
Last Version | Last Version1.0-RC9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionapparat-lzma-encoder
A Scala port of the LZMA encoder for Apparat.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.googlecode.apparat/apparat-lzma-encoder/ -->
<dependency>
<groupId>com.googlecode.apparat</groupId>
<artifactId>apparat-lzma-encoder</artifactId>
<version>1.0-RC9</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.apparat/apparat-lzma-encoder/
implementation 'com.googlecode.apparat:apparat-lzma-encoder:1.0-RC9'
// https://jarcasting.com/artifacts/com.googlecode.apparat/apparat-lzma-encoder/
implementation ("com.googlecode.apparat:apparat-lzma-encoder:1.0-RC9")
'com.googlecode.apparat:apparat-lzma-encoder:jar:1.0-RC9'
<dependency org="com.googlecode.apparat" name="apparat-lzma-encoder" rev="1.0-RC9">
<artifact name="apparat-lzma-encoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.apparat', module='apparat-lzma-encoder', version='1.0-RC9')
)
libraryDependencies += "com.googlecode.apparat" % "apparat-lzma-encoder" % "1.0-RC9"
[com.googlecode.apparat/apparat-lzma-encoder "1.0-RC9"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.8.1 |
Group / Artifact | Type | Version |
---|---|---|
org.scala-tools.testing : specs | jar | 1.6.1-2.8.0.Beta1-RC6 |
junit : junit | jar | 4.4 |