AvailLibraryDependencyGroup

Helper used to provide configurability to add an Avail library that is available from a Maven repository.

TODO do not use; in development

Author

Richard Arriaga

Constructors

Link copied to clipboard
constructor(dependency: String, vararg rootNames: String)
constructor(group: String, artifactName: String, version: String, vararg rootNames: String)

Properties

Link copied to clipboard

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.

Link copied to clipboard

The target library's dependency string of the form:

Link copied to clipboard

The dependency's group name.

Link copied to clipboard

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

Link copied to clipboard

The version of the Avail library to use.