com.protonail.leveldb-jna:leveldb-jna-native

Java JNA (not JNI) adapter for LevelDB

License

License

MIT
Categories

Categories

Native Development Tools JNA
GroupId

GroupId

com.protonail.leveldb-jna
ArtifactId

ArtifactId

leveldb-jna-native
Last Version

Last Version

1.20.0
Release Date

Release Date

Type

Type

jar
Description

Description

Java JNA (not JNI) adapter for LevelDB
Project Organization

Project Organization

Protonail

Download leveldb-jna-native

How to add to project

<!-- https://jarcasting.com/artifacts/com.protonail.leveldb-jna/leveldb-jna-native/ -->
<dependency>
    <groupId>com.protonail.leveldb-jna</groupId>
    <artifactId>leveldb-jna-native</artifactId>
    <version>1.20.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.protonail.leveldb-jna/leveldb-jna-native/
implementation 'com.protonail.leveldb-jna:leveldb-jna-native:1.20.0'
// https://jarcasting.com/artifacts/com.protonail.leveldb-jna/leveldb-jna-native/
implementation ("com.protonail.leveldb-jna:leveldb-jna-native:1.20.0")
'com.protonail.leveldb-jna:leveldb-jna-native:jar:1.20.0'
<dependency org="com.protonail.leveldb-jna" name="leveldb-jna-native" rev="1.20.0">
  <artifact name="leveldb-jna-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.protonail.leveldb-jna', module='leveldb-jna-native', version='1.20.0')
)
libraryDependencies += "com.protonail.leveldb-jna" % "leveldb-jna-native" % "1.20.0"
[com.protonail.leveldb-jna/leveldb-jna-native "1.20.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Build Status Maven Central

Java JNA (not JNI) adapter to LevelDB

leveldb-jna is Java JNA adapter to LevelDB key-value database.

Supported platforms

  • OS X
  • Linux x86/x64
  • Windows x86/x64 (backport from Bitcoin project)

Examples

See examples of usage here.

Demo

leveldb-jna is used in these applications and libraries:

  • Keylord - cross-platform GUI application for key-value databases.

Build

Build process described here.

com.protonail.leveldb-jna

Protonail

Versions

Version
1.20.0
1.18.1
1.18.0