AvailLibraryDependency

class AvailLibraryDependency(var rootName: String, var rootNameInJar: String, dependency: String)

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

Author

Richard Arriaga

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"

Constructors

Link copied to clipboard
constructor(rootName: String, rootNameInJar: String, dependency: 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.uri.

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 name of the root as it will be used by Avail.

Link copied to clipboard

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

Link copied to clipboard

The version of the Avail library to use.