Download lmdbjni-linux64-0.4.6.jar file

Introduction

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

License

Apache License

Type List

lmdbjni-linux64-0.4.6.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.deephacks.lmdbjni/lmdbjni-linux64/pom.properties
META-INF/maven/org.deephacks.lmdbjni/lmdbjni-linux64/pom.xml
META-INF/native/linux64/liblmdbjni.so

Pom

lmdbjni-linux64-0.4.6.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<!--

Copyright (C) 2013, RedHat, Inc.

http://www.redhat.com/

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

-->

<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">

  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.deephacks.lmdbjni</groupId>
    <artifactId>lmdbjni-project</artifactId>
    <version>0.4.6</version>
  </parent>

  <artifactId>lmdbjni-linux64</artifactId>
  <version>0.4.6</version>

  <name>${project.artifactId}</name>
  <description>The lmdbjni linux 64 bit native libraries</description>

  <properties>
    <lmdb-home>${project.build.directory}/lmdb/META-INF/native/lmdb-linux64</lmdb-home>
  </properties>

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

  <build>
    <testSourceDirectory>${basedir}/../lmdbjni/src/test/java</testSourceDirectory>
    <sourceDirectory>${basedir}/../lmdbjni/src/main/java</sourceDirectory>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-jar-plugin</artifactId>
        <version>2.3.1</version>
        <configuration>
          <classesDirectory>${basedir}/target/generated-sources/hawtjni/lib</classesDirectory>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.fusesource.hawtjni</groupId>
        <artifactId>maven-hawtjni-plugin</artifactId>
        <version>${hawtjni-version}</version>
        <executions>
          <execution>
            <goals>
              <goal>build</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <name>lmdbjni</name>
          <classified>false</classified>
          <nativeSrcDependency>
            <groupId>org.deephacks.lmdbjni</groupId>
            <artifactId>lmdbjni</artifactId>
            <version>${project.version}</version>
            <classifier>native-src</classifier>
            <type>zip</type>
          </nativeSrcDependency>
          <configureArgs>
            <arg>--with-lmdb=${basedir}/../lmdbjni/src/main/native-package/src</arg>
          </configureArgs>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

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

Download

If you think the following lmdbjni-linux64-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-linux64-0.4.6.jar file




PreviousNext

Related