Aerospike Downloads

Get the latest and archived Aerospike downloads here.

Aerospike Java Client Library

GitHub logo

Aerospike Java Client Library is a database client library for building Java/JVM applications that store and retrieve data from an Aerospike cluster.

Java Client Library can be added as a dependency to your project.

The following are settings for various popular project configurations:

Add the following dependency to your pom.xml:

<dependencies>
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-client-jdk21</artifactId>
<version>10.5.0</version>
</dependency>
</dependencies>

Other released archived jars are found in these locations: