Download riak-pb-1.2.1.jar file - Jar r

Jar examples for r:riak-pb

Description

Protocol buffers used to communicate with Riak

You can download jar file riak-pb 1.2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add riak-pb-1.2.1.jar to your project.

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

Download

Click the following link to download the jar file.

riak-pb-1.2.1-javadoc.jar
riak-pb-1.2.1-sources.jar
riak-pb-1.2.1.jar
riak-pb-1.2.1.pom



Related Tutorials