is not current version
Last Version 3.1.2

com.edmunds:databricks-rest-client 3.0.6

A simple java rest client to interact with the Databricks Rest Service https://docs.databricks.com/api/latest/index.html

Categories

Categories

Data CLI User Interface
GroupId

GroupId

com.edmunds
ArtifactId

ArtifactId

databricks-rest-client
Version

Version

3.0.6
Type

Type

jar

Download databricks-rest-client 3.0.6


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