GroupId | GroupIdorg.apache.hive |
---|---|
ArtifactId | ArtifactIdhive-llap-tez |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
hive-llap-tez-2.1.1.pom | |
hive-llap-tez-2.1.1.jar | 93 KB |
hive-llap-tez-2.1.1-sources.jar | 47 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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hive/hive-llap-tez/
implementation 'org.apache.hive:hive-llap-tez:2.1.1'
// https://jarcasting.com/artifacts/org.apache.hive/hive-llap-tez/
implementation ("org.apache.hive:hive-llap-tez:2.1.1")
'org.apache.hive:hive-llap-tez:jar:2.1.1'
<dependency org="org.apache.hive" name="hive-llap-tez" rev="2.1.1">
<artifact name="hive-llap-tez" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hive', module='hive-llap-tez', version='2.1.1')
)
libraryDependencies += "org.apache.hive" % "hive-llap-tez" % "2.1.1"
[org.apache.hive/hive-llap-tez "2.1.1"]