Categories |
CategoriesProtobuf Data Data Structures |
---|---|
GroupId | GroupIdorg.alluxio |
ArtifactId | ArtifactIdalluxio-core-protobuf |
Version | Version1.6.1 |
Type | Typejar |
Filename | Size |
---|---|
alluxio-core-protobuf-1.6.1.pom | |
alluxio-core-protobuf-1.6.1.jar | 995 KB |
alluxio-core-protobuf-1.6.1-sources.jar | 103 KB |
alluxio-core-protobuf-1.6.1-javadoc.jar | 986 KB |
Browse |
<!-- 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"]