Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.spark-project.hive |
ArtifactId | ArtifactIdspark-client |
Version | Version1.2.1.spark |
Type | Typejar |
Filename | Size |
---|---|
spark-client-1.2.1.spark.pom | |
spark-client-1.2.1.spark.jar | 133 KB |
spark-client-1.2.1.spark-sources.jar | 65 KB |
spark-client-1.2.1.spark-javadoc.jar | 184 KB |
Browse |
<!-- 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"]