Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdorg.alluxio |
ArtifactId | ArtifactIdalluxio-core-protobuf |
Version | Version1.7.1 |
Type | Typejar |
Filename | Size |
---|---|
alluxio-core-protobuf-1.7.1.pom | |
alluxio-core-protobuf-1.7.1.jar | 1009 KB |
alluxio-core-protobuf-1.7.1-sources.jar | 108 KB |
alluxio-core-protobuf-1.7.1-javadoc.jar | 1013 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.alluxio/alluxio-core-protobuf/ -->
<dependency>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-core-protobuf</artifactId>
<version>1.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.alluxio/alluxio-core-protobuf/
implementation 'org.alluxio:alluxio-core-protobuf:1.7.1'
// https://jarcasting.com/artifacts/org.alluxio/alluxio-core-protobuf/
implementation ("org.alluxio:alluxio-core-protobuf:1.7.1")
'org.alluxio:alluxio-core-protobuf:jar:1.7.1'
<dependency org="org.alluxio" name="alluxio-core-protobuf" rev="1.7.1">
<artifact name="alluxio-core-protobuf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alluxio', module='alluxio-core-protobuf', version='1.7.1')
)
libraryDependencies += "org.alluxio" % "alluxio-core-protobuf" % "1.7.1"
[org.alluxio/alluxio-core-protobuf "1.7.1"]