AvailLibraryDependency

constructor(rootName: String, rootNameInJar: String, dependency: String)

Construct an AvailLibraryDependency.

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"