Download riak-client-0.11.0.jar file - Jar r

Jar examples for r:riak-client

Description

HttpClient-based client for Riak

You can download jar file riak-client 0.11.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add riak-client-0.11.0.jar to your project.

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

Download

Click the following link to download the jar file.

riak-client-0.11.0-javadoc.jar
riak-client-0.11.0-sources.jar
riak-client-0.11.0.jar
riak-client-0.11.0.pom



Related Tutorials