Download leveldb-api-0.7.jar file

Introduction

You can download leveldb-api-0.7.jar in this page.

License

Open Source

Type List

leveldb-api-0.7.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.iq80.leveldb/leveldb-api/pom.properties
META-INF/maven/org.iq80.leveldb/leveldb-api/pom.xml
org.iq80.leveldb.CompressionType.class
org.iq80.leveldb.DB.class
org.iq80.leveldb.DBComparator.class
org.iq80.leveldb.DBException.class
org.iq80.leveldb.DBFactory.class
org.iq80.leveldb.DBIterator.class
org.iq80.leveldb.Logger.class
org.iq80.leveldb.Options.class
org.iq80.leveldb.Range.class
org.iq80.leveldb.ReadOptions.class
org.iq80.leveldb.Snapshot.class
org.iq80.leveldb.WriteBatch.class
org.iq80.leveldb.WriteOptions.class

Pom

leveldb-api-0.7.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.iq80.leveldb</groupId>
        <artifactId>leveldb-project</artifactId>
        <version>0.7</version>
    </parent>

    <artifactId>leveldb-api</artifactId>
    <version>0.7</version>
    <packaging>jar</packaging>

    <name>${project.artifactId}</name>
    <description>High level Java API for LevelDB</description>
</project>

POM Entry

<dependency>
   <groupId>org.iq80.leveldb</groupId>
   <artifactId>leveldb-api</artifactId>
   <version>0.7</version>
</dependency>

Download

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



Download leveldb-api-0.7.jar file




PreviousNext

Related