is not current version
Last Version 1.2.1.spark2

org.spark-project.hive:spark-client 1.2.1.spark


Categories

Categories

CLI User Interface
GroupId

GroupId

org.spark-project.hive
ArtifactId

ArtifactId

spark-client
Version

Version

1.2.1.spark
Type

Type

jar

Download spark-client 1.2.1.spark


<!-- https://jarcasting.com/artifacts/org.spark-project.hive/spark-client/ -->
<dependency>
    <groupId>org.spark-project.hive</groupId>
    <artifactId>spark-client</artifactId>
    <version>1.2.1.spark</version>
</dependency>
// https://jarcasting.com/artifacts/org.spark-project.hive/spark-client/
implementation 'org.spark-project.hive:spark-client:1.2.1.spark'
// https://jarcasting.com/artifacts/org.spark-project.hive/spark-client/
implementation ("org.spark-project.hive:spark-client:1.2.1.spark")
'org.spark-project.hive:spark-client:jar:1.2.1.spark'
<dependency org="org.spark-project.hive" name="spark-client" rev="1.2.1.spark">
  <artifact name="spark-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spark-project.hive', module='spark-client', version='1.2.1.spark')
)
libraryDependencies += "org.spark-project.hive" % "spark-client" % "1.2.1.spark"
[org.spark-project.hive/spark-client "1.2.1.spark"]