is not current version
Last Version 1.1.3

com.aerospike:aerospike-document-api 1.0.0

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.

GroupId

GroupId

com.aerospike
ArtifactId

ArtifactId

aerospike-document-api
Version

Version

1.0.0
Type

Type

jar

Download aerospike-document-api 1.0.0


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