GroupId | GroupIdorg.spark-project.hive |
---|---|
ArtifactId | ArtifactIdhive-beeline |
Version | Version1.2.1.spark |
Type | Typejar |
Filename | Size |
---|---|
hive-beeline-1.2.1.spark.pom | |
hive-beeline-1.2.1.spark.jar | 135 KB |
hive-beeline-1.2.1.spark-tests.jar | 22 KB |
hive-beeline-1.2.1.spark-sources.jar | 88 KB |
hive-beeline-1.2.1.spark-javadoc.jar | 151 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.spark-project.hive/hive-beeline/ -->
<dependency>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-beeline</artifactId>
<version>1.2.1.spark</version>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-beeline/
implementation 'org.spark-project.hive:hive-beeline:1.2.1.spark'
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-beeline/
implementation ("org.spark-project.hive:hive-beeline:1.2.1.spark")
'org.spark-project.hive:hive-beeline:jar:1.2.1.spark'
<dependency org="org.spark-project.hive" name="hive-beeline" rev="1.2.1.spark">
<artifact name="hive-beeline" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spark-project.hive', module='hive-beeline', version='1.2.1.spark')
)
libraryDependencies += "org.spark-project.hive" % "hive-beeline" % "1.2.1.spark"
[org.spark-project.hive/hive-beeline "1.2.1.spark"]