Databricks SDK for JavaScript
    Preparing search index...
    interface MavenLibrary {
        coordinates?: string;
        exclusions?: string[];
        repo?: string;
    }
    Index

    Properties

    coordinates?: string

    Gradle-style maven coordinates. For example: "org.jsoup:jsoup:1.7.2".

    exclusions?: string[]

    List of dependences to exclude. For example: ["slf4j:slf4j", "*:hadoop-client"].

    Maven dependency exclusions: https://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html.

    repo?: string

    Maven repo to install the Maven package from. If omitted, both Maven Central Repository and Spark Packages are searched.