com.protonail.leveldb-jna:leveldb-jna-core

Java JNA (not JNI) adapter for LevelDB

Лицензия

Лицензия

MIT
Категории

Категории

JNA Инструменты разработки Native
Группа

Группа

com.protonail.leveldb-jna
Идентификатор

Идентификатор

leveldb-jna-core
Последняя версия

Последняя версия

1.20.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java JNA (not JNI) adapter for LevelDB
Организация-разработчик

Организация-разработчик

Protonail

Скачать leveldb-jna-core

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
net.java.dev.jna : jna jar 4.5.1

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
com.protonail.leveldb-jna : leveldb-jna-native jar 1.20.0

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.20.0
1.18.1
1.18.0