License
Avail is licensed under Apache License 2.0. It is a permissive software license with a few restrictions.
- This software may be modified, used, and distributed in open or closed-source software.
- Redistribution requires a copy of the license and notices to any modifications made to this software.
- Any unmodified parts of this software must retain the original license but any modifications or derivatives may be licensed differently.
Requirements
Avail requires at least Java SE 7.
Maven
<dependency>
<groupId>com.frostphyr</groupId>
<artifactId>avail</artifactId>
<version>1.0.0</version>
</dependency>
Gradle
repositories {
mavenCentral()
}
implementation 'com.frostphyr:avail:1.0.0'
Download
You may also directly download the files: