Avail Library Dependency
Helper used to provide configurability to add an Avail library that is available from a Maven repository.
Author
Richard Arriaga
Parameters
root Name
The name of the root as it will be used by Avail.
root Name In Jar
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"Content copied to clipboard
Constructors
Link copied to clipboard
Construct an AvailLibraryDependency.
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 name of the target root to use inside the Jar. This is the AvailRootManifest.name in the AvailArtifactManifest.