MVN

com.basho.riak.protobuf : riak-pb

Maven & Gradle

Jun 13, 2014
1 usages
70 stars

Riak Protocol Buffers · Protocol buffers used to communicate with Riak

<dependency>
    <groupId>com.basho.riak.protobuf</groupId>
    <artifactId>riak-pb</artifactId>
    <version>2.0.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.basho.riak.protobuf : riak-pb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0.16

All Versions

Choose a version of com.basho.riak.protobuf : riak-pb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
riak-pb-2.0.0.16
riak-pb-2.0.0.14
riak-pb-2.0.0.11
1.4.x
riak-pb-1.4.0
1.2.x
riak-pb-1.2.1
1.2
riak-pb-1.2

How to add a dependency to Maven

Add the following com.basho.riak.protobuf : riak-pb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.basho.riak.protobuf</groupId>
    <artifactId>riak-pb</artifactId>
    <version>2.0.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.basho.riak.protobuf : riak-pb gradle dependency to your build.gradle file:

implementation 'com.basho.riak.protobuf:riak-pb:2.0.0.16'

Gradle Kotlin DSL: Add the following com.basho.riak.protobuf : riak-pb gradle kotlin dependency to your build.gradle.kts file:

implementation("com.basho.riak.protobuf:riak-pb:2.0.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.basho.riak.protobuf : riak-pb sbt scala dependency to your build.sbt file:

libraryDependencies += "com.basho.riak.protobuf" % "riak-pb" % "2.0.0.16"