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