MVN

com.edmunds : databricks-rest-client

Maven & Gradle

Feb 15, 2023
1 usages
28 stars

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

<dependency>
    <groupId>com.edmunds</groupId>
    <artifactId>databricks-rest-client</artifactId>
    <version>3.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.edmunds : databricks-rest-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.3

All Versions

Choose a version of com.edmunds : databricks-rest-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.3.x
databricks-rest-client-3.3.3
databricks-rest-client-3.3.2
3.2.x
databricks-rest-client-3.2.2
databricks-rest-client-3.2.1
3.1.x
databricks-rest-client-3.1.2
databricks-rest-client-3.1.1
3.0.x
databricks-rest-client-3.0.6
databricks-rest-client-3.0.5
databricks-rest-client-3.0.4
databricks-rest-client-3.0.3
databricks-rest-client-3.0.2
databricks-rest-client-3.0.1
2.7.x
databricks-rest-client-2.7.2
databricks-rest-client-2.7.1
2.6.x
databricks-rest-client-2.6.2
databricks-rest-client-2.6.1
2.5.x
databricks-rest-client-2.5.1
2.4.x
databricks-rest-client-2.4.3
databricks-rest-client-2.4.2
databricks-rest-client-2.4.1
2.3.x
databricks-rest-client-2.3.5
databricks-rest-client-2.3.4
databricks-rest-client-2.3.3
databricks-rest-client-2.3.2
databricks-rest-client-2.3.1
2.2.x
databricks-rest-client-2.2.2
databricks-rest-client-2.2.1
2.1.x
databricks-rest-client-2.1.2
2.0.x
databricks-rest-client-2.0.5
databricks-rest-client-2.0.4
databricks-rest-client-2.0.3

How to add a dependency to Maven

Add the following com.edmunds : databricks-rest-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.edmunds</groupId>
    <artifactId>databricks-rest-client</artifactId>
    <version>3.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.edmunds : databricks-rest-client gradle dependency to your build.gradle file:

implementation 'com.edmunds:databricks-rest-client:3.3.3'

Gradle Kotlin DSL: Add the following com.edmunds : databricks-rest-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.edmunds:databricks-rest-client:3.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.edmunds : databricks-rest-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.edmunds" % "databricks-rest-client" % "3.3.3"

Advertisement