How To Install Java Artifact org.spark-project.protobuf.protobuf-java v2.5.0-spark

org.spark-project.protobuf protobuf-java 2.5.0-spark

Introduction

In this article, we'll learn how to install Java artifact protobuf-java from org.spark-project.protobuf group in version 2.5.0-spark. The artifact is available in 2 versions: 2.5.0-spark 2.4.1-shaded . The Protocol Buffer Java API project has been released under New BSD license license, and has its own website at: http://code.google.com/p/protobuf . The parent project is: com.google::google::1

How To Install Java Artifact org.spark-project.protobuf.protobuf-java In Version 2.5.0-spark

To install the Protocol Buffer Java API artifact in version 2.5.0-spark add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Protocol Buffer Java API dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Test dependencies (3)

Licenses