GroupId | GroupIdorg.spark-project.hive |
---|---|
ArtifactId | ArtifactIdhive-beeline |
Version | Version0.12.0-protobuf-2.5 |
Type | Typejar |
Filename | Size |
---|---|
hive-beeline-0.12.0-protobuf-2.5.pom | |
hive-beeline-0.12.0-protobuf-2.5.jar | 108 KB |
hive-beeline-0.12.0-protobuf-2.5-sources.jar | 435 bytes |
hive-beeline-0.12.0-protobuf-2.5-javadoc.jar | 435 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.spark-project.hive/hive-beeline/ -->
<dependency>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-beeline</artifactId>
<version>0.12.0-protobuf-2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-beeline/
implementation 'org.spark-project.hive:hive-beeline:0.12.0-protobuf-2.5'
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-beeline/
implementation ("org.spark-project.hive:hive-beeline:0.12.0-protobuf-2.5")
'org.spark-project.hive:hive-beeline:jar:0.12.0-protobuf-2.5'
<dependency org="org.spark-project.hive" name="hive-beeline" rev="0.12.0-protobuf-2.5">
<artifact name="hive-beeline" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spark-project.hive', module='hive-beeline', version='0.12.0-protobuf-2.5')
)
libraryDependencies += "org.spark-project.hive" % "hive-beeline" % "0.12.0-protobuf-2.5"
[org.spark-project.hive/hive-beeline "0.12.0-protobuf-2.5"]