Download lzo-core-1.0.5.jar file

Introduction

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

License

Apache-2.0

Type List

lzo-core-1.0.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/lzo-core.properties
org.anarres.lzo.AbstractLzo1Compressor.class
org.anarres.lzo.AbstractLzo2Compressor.class
org.anarres.lzo.AbstractLzoCompressor.class
org.anarres.lzo.AbstractLzoDecompressor.class
org.anarres.lzo.AbstractLzoTransformer.class
org.anarres.lzo.Lzo1x999SWD.class
org.anarres.lzo.Lzo1x999T.class
org.anarres.lzo.LzoAlgorithm.class
org.anarres.lzo.LzoCompressor.class
org.anarres.lzo.LzoCompressor1x_1.class
org.anarres.lzo.LzoCompressor1x_999.class
org.anarres.lzo.LzoCompressor1y_1.class
org.anarres.lzo.LzoConstraint.class
org.anarres.lzo.LzoDecompressor.class
org.anarres.lzo.LzoDecompressor1x.class
org.anarres.lzo.LzoDecompressor1x_safe.class
org.anarres.lzo.LzoDecompressor1y.class
org.anarres.lzo.LzoDecompressor1y_safe.class
org.anarres.lzo.LzoDecompressor1z.class
org.anarres.lzo.LzoDecompressor1z_safe.class
org.anarres.lzo.LzoInputStream.class
org.anarres.lzo.LzoLibrary.class
org.anarres.lzo.LzoOutputStream.class
org.anarres.lzo.LzoTransformer.class
org.anarres.lzo.LzoVersion.class
org.anarres.lzo.LzopConstants.class
org.anarres.lzo.LzopInputStream.class
org.anarres.lzo.LzopOutputStream.class
org.anarres.lzo.SuppressWarnings.class
org.anarres.lzo.lzo_uintp.class

Pom

lzo-core-1.0.5.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.anarres.lzo</groupId>
  <artifactId>lzo-core</artifactId>
  <version>1.0.5</version>
  <name>lzo-core</name>
  <description>The LZO compression codec in pure Java.</description>
  <url>https://github.com/shevek/lzo-java</url>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>shevek</id>
      <name>Shevek</name>
      <email>github@anarres.org</email>
    </developer>
  </developers>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/shevek/lzo-java/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git@github.com:shevek/lzo-java.git</connection>
    <developerConnection>scm:git:git@github.com:shevek/lzo-java.git</developerConnection>
    <url>scm:git:git@github.com:shevek/lzo-java.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>commons-logging</groupId>
      <artifactId>commons-logging</artifactId>
      <version>1.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.4</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.7</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>annotations</artifactId>
      <version>2.0.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.1.3</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.anarres.lzo</groupId>
   <artifactId>lzo-core</artifactId>
   <version>1.0.5</version>
</dependency>

Download

If you think the following lzo-core-1.0.5.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download lzo-core-1.0.5.jar file




PreviousNext

Related