Avail Library Dependency
Parameters
name
The name of the root as it will be used by Avail.
dependency
The target library's dependency string of the form
"group:artifactName:version"Content copied to clipboard
fun AvailLibraryDependency( name: String, group: String, artifactName: String, version: String)
Content copied to clipboard
Parameters
name
The name of the root as it will be used by Avail.
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.uri.
version
The version of the Avail library to use.