License |
License |
---|---|
GroupId | GroupIdcom.aerospike |
ArtifactId | ArtifactIdaerospike-document-api |
Last Version | Last Version1.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAerospike 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |