Описание
# AlinLib
A library to facilitate the development of interface, notifications, etc.
Also content in one design code
## Integration
[](https://repo.kelcuprum.ru/#/releases/ru/kelcuprum/alinlib/AlinLib-common)
[](https://repo.kelcuprum.ru/#/snapshots/ru/kelcuprum/alinlib/AlinLib-common)
### Types
- snapshots [Dev, alpha]
- releases [Releases, Beta, RC]
```groovy
repositories {
maven {
name "kelcuprum_TYPE"
url "https://repo.kelcuprum.ru/TYPE"
}
}
dependencies {
modImplementation("ru.kelcuprum:AlinLib-(fabric,neoforge):VERSION");
}
```
> From Modrinth
```groovy
repositories {
maven {
url "https://api.modrinth.com/maven"
}
}
dependencies {
modImplementation("maven.modrinth:alinlib:VERSION");
}
```
## Screenshots
### Interface

> Legacy design

### Toast

[](https://kelcu.ru)