-
Notifications
You must be signed in to change notification settings - Fork 157
Cookbook
broach edited this page Apr 18, 2012
·
17 revisions
This Cookbook is intended to assist new developers using the Riak Java client by providing complete code examples.
All of the examples are currently based on the 1.0.4 release of the client. The easiest way to incorporate this into your own project is via maven:
<dependencies>
<dependency>
<groupId>com.basho.riak</groupId>
<artifactId>riak-client</artifactId>
<version>1.0.4</version>
</dependency>
...
</dependencies>