License |
License |
---|---|
GroupId | GroupIdorg.anarres.lzo |
ArtifactId | ArtifactIdlzo-core |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlzo-core
The LZO compression codec in pure Java.
|
Project URL |
Project URL |
Filename | Size |
---|---|
lzo-core-1.0.6.pom | |
lzo-core-1.0.6.jar | 42 KB |
lzo-core-1.0.6-sources.jar | 72 KB |
lzo-core-1.0.6-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.anarres.lzo/lzo-core/ -->
<dependency>
<groupId>org.anarres.lzo</groupId>
<artifactId>lzo-core</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.anarres.lzo/lzo-core/
implementation 'org.anarres.lzo:lzo-core:1.0.6'
// https://jarcasting.com/artifacts/org.anarres.lzo/lzo-core/
implementation ("org.anarres.lzo:lzo-core:1.0.6")
'org.anarres.lzo:lzo-core:jar:1.0.6'
<dependency org="org.anarres.lzo" name="lzo-core" rev="1.0.6">
<artifact name="lzo-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anarres.lzo', module='lzo-core', version='1.0.6')
)
libraryDependencies += "org.anarres.lzo" % "lzo-core" % "1.0.6"
[org.anarres.lzo/lzo-core "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 2.0.3 |
commons-logging : commons-logging | jar | 1.1.1 |
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 |