GroupId | GroupIdorg.spark-project.hive |
---|---|
ArtifactId | ArtifactIdhive-beeline |
Version | Version0.13.1a |
Type | Typejar |
Filename | Size |
---|---|
hive-beeline-0.13.1a.pom | |
hive-beeline-0.13.1a.jar | 112 KB |
hive-beeline-0.13.1a-tests.jar | 15 KB |
hive-beeline-0.13.1a-sources.jar | 75 KB |
hive-beeline-0.13.1a-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.spark-project.hive/hive-beeline/ -->
<dependency>
<groupId>org.spark-project.hive</groupId>
<artifactId>hive-beeline</artifactId>
<version>0.13.1a</version>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-beeline/
implementation 'org.spark-project.hive:hive-beeline:0.13.1a'
// https://jarcasting.com/artifacts/org.spark-project.hive/hive-beeline/
implementation ("org.spark-project.hive:hive-beeline:0.13.1a")
'org.spark-project.hive:hive-beeline:jar:0.13.1a'
<dependency org="org.spark-project.hive" name="hive-beeline" rev="0.13.1a">
<artifact name="hive-beeline" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spark-project.hive', module='hive-beeline', version='0.13.1a')
)
libraryDependencies += "org.spark-project.hive" % "hive-beeline" % "0.13.1a"
[org.spark-project.hive/hive-beeline "0.13.1a"]