Java Client Library 4.4.12
Java Client Library is a database client library that enables you to build applications in Java and other JVM languages that store and retrieve data from an Aerospike cluster.
Please refer to the client manual for details on using Java Client Library.
Java Client Library can be added as a dependency to your project. The following are settings for various popular project configurations.
For Maven, you can add the following dependency to your pom.xml:
<dependencies>
<dependency>
<groupId>com.aerospike</groupId>
<artifactId>aerospike-client</artifactId>
<version>4.4.12</version>
</dependency>
</dependencies>
The source code is available on GitHub