is not current version
Last Version 6.0.1

com.aerospike:aerospike-client 4.4.2

Aerospike Java client interface to Aerospike database server

Categories

Categories

CLI User Interface
GroupId

GroupId

com.aerospike
ArtifactId

ArtifactId

aerospike-client
Version

Version

4.4.2
Type

Type

jar

Download aerospike-client 4.4.2


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