is not current version
Last Version 6.0.1

com.aerospike:aerospike-client 3.1.3

Java client interface to Aerospike database server

Categories

Categories

CLI User Interface
GroupId

GroupId

com.aerospike
ArtifactId

ArtifactId

aerospike-client
Version

Version

3.1.3
Type

Type

jar

Download aerospike-client 3.1.3


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