Download Avail 1.1.0
Release date: February 6, 2021
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 7 but has no other dependencies.
Maven
Add the following dependency:
<dependency>
<groupId>com.frostphyr</groupId>
<artifactId>avail</artifactId>
<version>1.1.0</version>
</dependency>
Gradle
Ensure the Maven Central repository is declared:
repositories {
mavenCentral()
}
Add the following dependency:
implementation 'com.frostphyr:avail:1.1.0'