coordinates
String
Gradle-style Maven coordinates. For example: org.jsoup:jsoup:1.7.2. This field is required.
org.jsoup:jsoup:1.7.2
repo
Option<String>
Maven repo to install the Maven package from. If omitted, both Maven Central Repository and Spark Packages are searched.
[optional]
exclusions
Option<Vec>
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.htmlarrow-up-right.
[\"slf4j:slf4j\", \"*:hadoop-client\"]
[Back to Model list] [Back to API list] [Back to README]
Last updated 3 years ago