Download Avail 1.5.0
Release date: October 7, 2022
Related Links
License
Avail is licensed under Apache License 2.0. You may also refer to the included LICENSE.txt file.
Requirements
Avail requires at least Java 8 but has no other dependencies.
Maven
Add the following dependency:
<dependency>
<groupId>com.frostphyr</groupId>
<artifactId>avail</artifactId>
<version>1.5.0</version>
</dependency>
Gradle
Ensure the Maven Central repository is declared:
repositories {
mavenCentral()
}
Add the following dependency:
implementation 'com.frostphyr:avail:1.5.0'