is not current version
Last Version 3.1.2

com.edmunds:databricks-rest-client 2.5.1

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

2.5.1
Type

Type

jar

Download databricks-rest-client 2.5.1


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