Aerospike Document API

This project provides an API which allows Aerospike CDT (Collection Data Type) objects to be accessed and mutated using JSON like syntax. Effectively this provides what can be termed a document API as CDT objects can be used to represent JSON in the Aerospike database.

Лицензия

Лицензия

Группа

Группа

com.aerospike
Идентификатор

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

aerospike-document-api
Последняя версия

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

1.1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Aerospike Document API
This project provides an API which allows Aerospike CDT (Collection Data Type) objects to be accessed and mutated using JSON like syntax. Effectively this provides what can be termed a document API as CDT objects can be used to represent JSON in the Aerospike database.
Ссылка на сайт

Ссылка на сайт

https://github.com/aerospike/aerospike-document-lib
Организация-разработчик

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

Aerospike Inc.
Система контроля версий

Система контроля версий

https://github.com/aerospike/aerospike-document-lib

Скачать aerospike-document-api

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.fasterxml.jackson.core : jackson-databind jar 2.13.1
com.aerospike : aerospike-client jar 5.1.11
com.jayway.jsonpath : json-path jar 2.6.0

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter jar 5.8.2

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

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

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

Версия
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.5.0