MVN

org.alluxio : alluxio-core-protobuf

Maven & Gradle

Aug 01, 2019
7 usages

Alluxio Core - Protobuf · Protobuf shared in Alluxio core modules

<dependency>
    <groupId>org.alluxio</groupId>
    <artifactId>alluxio-core-protobuf</artifactId>
    <version>1.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.alluxio : alluxio-core-protobuf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.2

All Versions

Choose a version of org.alluxio : alluxio-core-protobuf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
alluxio-core-protobuf-1.8.2
alluxio-core-protobuf-1.8.1
alluxio-core-protobuf-1.8.0
1.7.x
alluxio-core-protobuf-1.7.1
alluxio-core-protobuf-1.7.0
1.6.x
alluxio-core-protobuf-1.6.1
alluxio-core-protobuf-1.6.0
1.5.x
alluxio-core-protobuf-1.5.0

How to add a dependency to Maven

Add the following org.alluxio : alluxio-core-protobuf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.alluxio</groupId>
    <artifactId>alluxio-core-protobuf</artifactId>
    <version>1.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.alluxio : alluxio-core-protobuf gradle dependency to your build.gradle file:

implementation 'org.alluxio:alluxio-core-protobuf:1.8.2'

Gradle Kotlin DSL: Add the following org.alluxio : alluxio-core-protobuf gradle kotlin dependency to your build.gradle.kts file:

implementation("org.alluxio:alluxio-core-protobuf:1.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.alluxio : alluxio-core-protobuf sbt scala dependency to your build.sbt file:

libraryDependencies += "org.alluxio" % "alluxio-core-protobuf" % "1.8.2"

Advertisement