GroupId | GroupIdorg.alluxio |
---|---|
ArtifactId | ArtifactIdalluxio-table-server-underdb-hive |
Version | Version2.6.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.alluxio/alluxio-table-server-underdb-hive/ -->
<dependency>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-table-server-underdb-hive</artifactId>
<version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.alluxio/alluxio-table-server-underdb-hive/
implementation 'org.alluxio:alluxio-table-server-underdb-hive:2.6.2'
// https://jarcasting.com/artifacts/org.alluxio/alluxio-table-server-underdb-hive/
implementation ("org.alluxio:alluxio-table-server-underdb-hive:2.6.2")
'org.alluxio:alluxio-table-server-underdb-hive:jar:2.6.2'
<dependency org="org.alluxio" name="alluxio-table-server-underdb-hive" rev="2.6.2">
<artifact name="alluxio-table-server-underdb-hive" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alluxio', module='alluxio-table-server-underdb-hive', version='2.6.2')
)
libraryDependencies += "org.alluxio" % "alluxio-table-server-underdb-hive" % "2.6.2"
[org.alluxio/alluxio-table-server-underdb-hive "2.6.2"]