Download Avail 1.0.0
Release date: October 8, 2020
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.0.0</version>
</dependency>
Gradle
Ensure the Maven Central repository is declared:
repositories {
mavenCentral()
}
Add the following dependency:
implementation 'com.frostphyr:avail:1.0.0'