is not current version
Last Version 2.1.1

com.basho.riak:riak-client 2.0.0.RC1

Java client for Riak 2.0

Categories

Categories

CLI User Interface
GroupId

GroupId

com.basho.riak
ArtifactId

ArtifactId

riak-client
Version

Version

2.0.0.RC1
Type

Type

jar

Download riak-client 2.0.0.RC1


<!-- https://jarcasting.com/artifacts/com.basho.riak/riak-client/ -->
<dependency>
    <groupId>com.basho.riak</groupId>
    <artifactId>riak-client</artifactId>
    <version>2.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.basho.riak/riak-client/
implementation 'com.basho.riak:riak-client:2.0.0.RC1'
// https://jarcasting.com/artifacts/com.basho.riak/riak-client/
implementation ("com.basho.riak:riak-client:2.0.0.RC1")
'com.basho.riak:riak-client:jar:2.0.0.RC1'
<dependency org="com.basho.riak" name="riak-client" rev="2.0.0.RC1">
  <artifact name="riak-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.basho.riak', module='riak-client', version='2.0.0.RC1')
)
libraryDependencies += "com.basho.riak" % "riak-client" % "2.0.0.RC1"
[com.basho.riak/riak-client "2.0.0.RC1"]