is not current version
Last Version 1.8.2

org.alluxio:alluxio-core-protobuf 1.6.1

Protobuf shared in Alluxio core modules

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

org.alluxio
ArtifactId

ArtifactId

alluxio-core-protobuf
Version

Version

1.6.1
Type

Type

jar

Download alluxio-core-protobuf 1.6.1


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