| License |
License |
|---|---|
| GroupId | GroupIdorg.anarres.lzo |
| ArtifactId | ArtifactIdlzo-commons |
| Last Version | Last Version1.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionlzo-commons
The LZO compression codec in pure Java.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| lzo-commons-1.0.6.pom | |
| lzo-commons-1.0.6.jar | 3 KB |
| lzo-commons-1.0.6-sources.jar | 2 KB |
| lzo-commons-1.0.6-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.anarres.lzo/lzo-commons/ -->
<dependency>
<groupId>org.anarres.lzo</groupId>
<artifactId>lzo-commons</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.anarres.lzo/lzo-commons/
implementation 'org.anarres.lzo:lzo-commons:1.0.6'
// https://jarcasting.com/artifacts/org.anarres.lzo/lzo-commons/
implementation ("org.anarres.lzo:lzo-commons:1.0.6")
'org.anarres.lzo:lzo-commons:jar:1.0.6'
<dependency org="org.anarres.lzo" name="lzo-commons" rev="1.0.6">
<artifact name="lzo-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anarres.lzo', module='lzo-commons', version='1.0.6')
)
libraryDependencies += "org.anarres.lzo" % "lzo-commons" % "1.0.6"
[org.anarres.lzo/lzo-commons "1.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : annotations | jar | 2.0.3 |
| org.anarres.lzo : lzo-core | jar | 1.0.6 |
| org.apache.commons : commons-compress | jar | 1.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-api | jar | 1.7.12 |
| commons-io : commons-io | jar | 2.4 |
| ch.qos.logback : logback-classic | jar | 1.1.3 |