lib_maven {brickster} | R Documentation |
Maven Library (Scala)
Description
Maven Library (Scala)
Usage
lib_maven(coordinates, repo = NULL, exclusions = NULL)
Arguments
coordinates |
Gradle-style Maven coordinates. For example:
|
repo |
Maven repo to install the Maven package from. If omitted, both Maven Central Repository and Spark Packages are searched. |
exclusions |
List of dependencies to exclude. For example:
|
See Also
Other Library Objects:
lib_cran()
,
lib_egg()
,
lib_jar()
,
lib_pypi()
,
lib_whl()
,
libraries()
[Package brickster version 0.2.8.1 Index]