com.edmunds.databricks:databricks-rest-client

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

License

License

Categories

Categories

Data CLI User Interface
GroupId

GroupId

com.edmunds.databricks
ArtifactId

ArtifactId

databricks-rest-client
Last Version

Last Version

2.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/edmunds/databricks-rest-client
Source Code Management

Source Code Management

https://github.com/edmunds/databricks-rest-client

Download databricks-rest-client

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.7.4
org.apache.httpcomponents : httpclient jar 4.5.5
log4j : log4j jar 1.2.17
commons-cli : commons-cli jar 1.2
commons-net : commons-net jar 3.6
commons-io : commons-io jar 2.6

test (3)

Group / Artifact Type Version
org.awaitility : awaitility jar 2.0.0
org.testng : testng jar 6.9.4
org.mockito : mockito-core jar 2.10.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.2
2.0.1
2.0.0