includeAvailLibDependency

fun includeAvailLibDependency(rootName: String, rootNameInJar: String, dependency: String)

Add an Avail library as a root from a Maven repository for the provided dependency string.

Parameters

rootName

The name of the root as it will be used by Avail.

rootNameInJar

The name of the target root to use inside the Jar. This is the AvailRootManifest.name in the AvailArtifactManifest.

dependency

The target library's dependency string of the form

"group:artifactName:version"