Avail Library Dependency Group
fun AvailLibraryDependencyGroup(dependency: String, vararg rootNames: String)
Content copied to clipboard
Parameters
dependency
The target library's dependency string of the form
"group:artifactName:version"Content copied to clipboard
root Names
The list of root names of the roots to use from the library dependency artifact.
fun AvailLibraryDependencyGroup( group: String, artifactName: String, version: String, vararg rootNames: String)
Content copied to clipboard
Parameters
group
The dependency's group name.
artifact Name
The name of the artifact. This corresponds to the base name the library jar file that should be named without the version or .jar extension. This will be used to construct the AvailRoot.location.
version
The version of the Avail library to use.
root Names
The list of root names of the roots to use from the library dependency artifact.