Download Avail 1.2.0

Release date: March 21, 2021

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.2.0</version>
</dependency>

Gradle

Ensure the Maven Central repository is declared:

repositories {
  mavenCentral()
}

Add the following dependency:

implementation 'com.frostphyr:avail:1.2.0'

Download