<dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-shims</artifactId> <version>0.8.1</version> </dependency>
implementation 'org.apache.hive:hive-shims:0.8.1'
implementation("org.apache.hive:hive-shims:0.8.1")
libraryDependencies += "org.apache.hive" % "hive-shims" % "0.8.1"
@Grapes( @Grab(group='org.apache.hive', module='hive-shims', version='0.8.1') )
<dependency org="org.apache.hive" name="hive-shims" rev="0.8.1" />
[org.apache.hive/hive-shims "0.8.1"]
'org.apache.hive:hive-shims:jar:0.8.1'
compile
|-- org.apache.hadoop:hadoop-core:0.20.1
|-- org.apache.zookeeper:zookeeper:3.3.1
|-- org.apache.thrift:libthrift:0.7.0
|-- commons-logging:commons-logging:1.0.4
|-- commons-logging:commons-logging-api:1.0.4
|-- com.google.guava:guava:r06