Download lzo-core-1.0.5.jar file - Jar l

Jar examples for l:lzo-core

Description

The LZO compression codec in pure Java.

You can download jar file lzo-core 1.0.5 in this page.

License

The GNU Public License, Version 3.0

Build File

You can use the following script to add lzo-core-1.0.5.jar to your project.

<dependency>
   <groupId>org.anarres.lzo</groupId>
   <artifactId>lzo-core</artifactId>
   <version>1.0.5</version>
</dependency>
compile group: 'org.anarres.lzo', name: 'lzo-core', version: '1.0.5'
libraryDependencies += "org.anarres.lzo" % "lzo-core" % "1.0.5"
<dependency org="org.anarres.lzo" name="lzo-core" rev="1.0.5"/>
@Grapes(@Grab(group='org.anarres.lzo', module='lzo-core', version='1.0.5'))
'org.anarres.lzo:lzo-core:jar:1.0.5'

Download

Click the following link to download the jar file.

lzo-core-1.0.5-javadoc.jar
lzo-core-1.0.5-sources.jar
lzo-core-1.0.5.jar
lzo-core-1.0.5.pom



Related Tutorials