Download lmdbjni-0.4.6.jar file

Introduction

You can download lmdbjni-0.4.6.jar in this page.

License

Open Source License

Type List

lmdbjni-0.4.6.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.deephacks.lmdbjni/lmdbjni/pom.properties
META-INF/maven/org.deephacks.lmdbjni/lmdbjni/pom.xml
META-INF/maven/org.fusesource.hawtjni/hawtjni-runtime/pom.properties
META-INF/maven/org.fusesource.hawtjni/hawtjni-runtime/pom.xml
org.fusesource.hawtjni.runtime.ArgFlag.class
org.fusesource.hawtjni.runtime.Callback.class
org.fusesource.hawtjni.runtime.ClassFlag.class
org.fusesource.hawtjni.runtime.FieldFlag.class
org.fusesource.hawtjni.runtime.JNIEnv.class
org.fusesource.hawtjni.runtime.JniArg.class
org.fusesource.hawtjni.runtime.JniClass.class
org.fusesource.hawtjni.runtime.JniField.class
org.fusesource.hawtjni.runtime.JniMethod.class
org.fusesource.hawtjni.runtime.Library.class
org.fusesource.hawtjni.runtime.MethodFlag.class
org.fusesource.hawtjni.runtime.NativeStats.class
org.fusesource.hawtjni.runtime.PointerMath.class
org.fusesource.hawtjni.runtime.T32.class
org.fusesource.lmdbjni.BufferCursor.class
org.fusesource.lmdbjni.ByteString.class
org.fusesource.lmdbjni.ByteUnit.class
org.fusesource.lmdbjni.Constants.class
org.fusesource.lmdbjni.Cursor.class
org.fusesource.lmdbjni.Database.class
org.fusesource.lmdbjni.DirectBuffer.class
org.fusesource.lmdbjni.Entry.class
org.fusesource.lmdbjni.EntryIterator.class
org.fusesource.lmdbjni.Env.class
org.fusesource.lmdbjni.EnvInfo.class
org.fusesource.lmdbjni.GetOp.class
org.fusesource.lmdbjni.JNI.class
org.fusesource.lmdbjni.LMDBException.class
org.fusesource.lmdbjni.NativeBuffer.class
org.fusesource.lmdbjni.NativeObject.class
org.fusesource.lmdbjni.SeekOp.class
org.fusesource.lmdbjni.Stat.class
org.fusesource.lmdbjni.Transaction.class
org.fusesource.lmdbjni.Unsafe.class
org.fusesource.lmdbjni.Util.class
org.fusesource.lmdbjni.Value.class
org/fusesource/lmdbjni/version.txt

Pom

lmdbjni-0.4.6.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/maven-v4_0_0.xsd">
  <parent>
    <artifactId>lmdbjni-project</artifactId>
    <groupId>org.deephacks.lmdbjni</groupId>
    <version>0.4.6</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <artifactId>lmdbjni</artifactId>
  <name>${project.artifactId}</name>
  <version>0.4.6</version>
  <build>
    <resources>
      <resource>
        <filtering>true</filtering>
        <directory>${project.basedir}/src/main/resources</directory>
        <includes>
          <include>**/*</include>
        </includes>
      </resource>
    </resources>
    <plugins>
      <plugin>
        <groupId>org.fusesource.hawtjni</groupId>
        <artifactId>maven-hawtjni-plugin</artifactId>
        <version>${hawtjni-version}</version>
        <executions>
          <execution>
            <goals>
              <goal>generate</goal>
              <goal>package-source</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <skipAutogen>${skipAutogen}</skipAutogen>
          <name>lmdbjni</name>
          <callbacks>false</callbacks>
          <copyright>/*******************************************************************************
* Copyright (C) 2011, FuseSource Corp.  All rights reserved.
*
*     http://fusesource.com
*
* The software in this package is published under the terms of the
* CDDL license a copy of which has been included with this distribution
* in the license.txt file.
*******************************************************************************/</copyright>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.4.3</version>
        <configuration>
          <redirectTestOutputToFile>true</redirectTestOutputToFile>
          <forkMode>once</forkMode>
          <argLine>-ea</argLine>
          <failIfNoTests>false</failIfNoTests>
          <workingDirectory>${project.build.directory}</workingDirectory>
          <excludes>
            <exclude>**/*</exclude>
          </excludes>
          <includes>
            <include>**/*Test.java</include>
          </includes>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <version>2.4.1</version>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <createSourcesJar>true</createSourcesJar>
          <shadeSourcesContent>true</shadeSourcesContent>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <dependencies>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>18.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.10</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>hamcrest-core</artifactId>
          <groupId>org.hamcrest</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <properties>
    <skipAutogen>false</skipAutogen>
  </properties>
</project>

POM Entry

<dependency>
   <groupId>org.deephacks.lmdbjni</groupId>
   <artifactId>lmdbjni</artifactId>
   <version>0.4.6</version>
</dependency>

Download

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



Download lmdbjni-0.4.6.jar file




PreviousNext

Related