Download lzo-core-1.0.3.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.3 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.3.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials