How to install
This article will tell you how to install this library for both players and developers.
For players
Download this mod on CurseForge / Modrinth.
For developers
You can download the jar with links above, or use our maven repositories below:
- Maven
- Gradle Kotlin
- Gradle Groovy
- SBT
<repository>
<id>IAFEnvoy's Maven</id>
<name>IAFEnvoy's Maven</name>
<url>https://maven.iafenvoy.com/releases</url>
</repository>
<dependency>
<groupId>com.iafenvoy</groupId>
<artifactId>annotationlib</artifactId>
<version>${annotationlib_version}</version>
</dependency>
maven {
name = "IAFEnvoy's Maven"
url = uri("https://maven.iafenvoy.com/releases")
}
implementation("com.iafenvoy:annotationlib:${annotationlib_version}")
maven {
name "IAFEnvoy's Maven"
url "https://maven.iafenvoy.com/releases"
}
implementation "com.iafenvoy:annotationlib:${annotationlib_version}"
resolvers +=
"IAFEnvoy's Maven"
at "https://maven.iafenvoy.com/releases"
"com.iafenvoy" %% "annotationlib" %% "${annotationlib_version}"
About versions
The latest version is always recommended. If you need a previous version, see recent files on CurseForge / Modrinth / Maven Repos.
You may see a lot of versions in https://maven.iafenvoy.com/#/releases/com/iafenvoy/annotationlib
which is not available on both CurseForge and Modrinth. This means this version is not stable and has critical bugs. Do not use them!