AvailLibraryDependencyGroup

constructor(dependency: String, vararg rootNames: String)

Parameters

dependency

The target library's dependency string of the form

"group:artifactName:version"
rootNames

The list of root names of the roots to use from the library dependency artifact.


constructor(group: String, artifactName: String, version: String, vararg rootNames: String)

Parameters

group

The dependency's group name.

artifactName

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.

rootNames

The list of root names of the roots to use from the library dependency artifact.