Download aerospike-client-4.0.8.jar file - Jar a

Jar examples for a:aerospike-client

Description

Java client interface to Aerospike database server

You can download jar file aerospike-client 4.0.8 in this page.

License

Aerospike Client License

Build File

You can use the following script to add aerospike-client-4.0.8.jar to your project.

<dependency>
   <groupId>com.aerospike</groupId>
   <artifactId>aerospike-client</artifactId>
   <version>4.0.8</version>
</dependency>
compile group: 'com.aerospike', name: 'aerospike-client', version: '4.0.8'
libraryDependencies += "com.aerospike" % "aerospike-client" % "4.0.8"
<dependency org="com.aerospike" name="aerospike-client" rev="4.0.8"/>
@Grapes(@Grab(group='com.aerospike', module='aerospike-client', version='4.0.8'))
'com.aerospike:aerospike-client:jar:4.0.8'

Download

Click the following link to download the jar file.

aerospike-client-4.0.8-javadoc.jar
aerospike-client-4.0.8-sources.jar
aerospike-client-4.0.8.jar
aerospike-client-4.0.8.pom



Related Tutorials