AvailLibraryDependency

open class AvailLibraryDependency

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

Author

Richard Arriaga

Constructors

Link copied to clipboard
fun AvailLibraryDependency(name: String, dependency: String)
Link copied to clipboard
fun AvailLibraryDependency(    name: String,     group: String,     artifactName: String,     version: String)

Properties

Link copied to clipboard
var artifactName: String

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.

Link copied to clipboard
val dependencyString: String

The target library's dependency string of the form:

Link copied to clipboard
var group: String

The dependency's group name.

Link copied to clipboard
var name: String

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

Link copied to clipboard
var version: String

The version of the Avail library to use.

Inheritors

Link copied to clipboard