<dependency> <groupId>org.apache.hive</groupId> <artifactId>hive-shims</artifactId> <version>0.9.0</version> </dependency>
implementation 'org.apache.hive:hive-shims:0.9.0'
implementation("org.apache.hive:hive-shims:0.9.0")
libraryDependencies += "org.apache.hive" % "hive-shims" % "0.9.0"
@Grapes( @Grab(group='org.apache.hive', module='hive-shims', version='0.9.0') )
<dependency org="org.apache.hive" name="hive-shims" rev="0.9.0" />
[org.apache.hive/hive-shims "0.9.0"]
'org.apache.hive:hive-shims:jar:0.9.0'
compile
|-- org.apache.hadoop:hadoop-core:0.20.1
|-- org.apache.zookeeper:zookeeper:3.4.3
|-- 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:r09
|-- org.codehaus.jackson:jackson-core-asl:1.8.8
|-- org.codehaus.jackson:jackson-mapper-asl:1.8.8