Aerospike Downloads

Get the latest and archived Aerospike downloads here.

Aerospike Java SDK

GitHub logo

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

Java SDK 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-sdk</artifactId>
<version>0.9.0-alpha.2</version>
</dependency>
</dependencies>