GroupId | GroupIdorg.apache.hive |
---|---|
ArtifactId | ArtifactIdhive-llap-tez |
Version | Version2.3.6 |
Type | Typejar |
Filename | Size |
---|---|
hive-llap-tez-2.3.6.pom | |
hive-llap-tez-2.3.6.jar | 99 KB |
hive-llap-tez-2.3.6-sources.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hive/hive-llap-tez/ -->
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-llap-tez</artifactId>
<version>2.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-llap-tez/
implementation 'org.apache.hive:hive-llap-tez:2.3.6'
// https://jarcasting.com/artifacts/org.apache.hive/hive-llap-tez/
implementation ("org.apache.hive:hive-llap-tez:2.3.6")
'org.apache.hive:hive-llap-tez:jar:2.3.6'
<dependency org="org.apache.hive" name="hive-llap-tez" rev="2.3.6">
<artifact name="hive-llap-tez" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-llap-tez', version='2.3.6')
)
libraryDependencies += "org.apache.hive" % "hive-llap-tez" % "2.3.6"
[org.apache.hive/hive-llap-tez "2.3.6"]