Avail Standard Library
class AvailStandardLibrary(version: String = "+") : AvailLibraryDependency
Content copied to clipboard
An AvailLibraryDependency for obtaining Avail Standard Library: dependency("org.availlang:avail-stdlib:+").
NOTE By default AvailLibraryDependency.version is set to + which indicates the latest version in the repository should be used. To lock in a target version, this should be explicitly set to a different value.
The version of the Avail standard library to use (org.availlang:avail-stdlib). By default, it is set to + which indicates the latest version in the repository should be used.
Author
Richard Arriaga
Parameters
version
The version of the Avail standard library to use.
Constructors
Link copied to clipboard
Construct an AvailStandardLibrary.