This is the general utility for all plugins made by Immortal Development.
First add Jitpack repo.
repositories {
maven { url('https://jitpack.io') }
}
Then declare ImmortalAPI as a depend.
dependencies {
implementation 'com.github.Immortal-Series:ImmortalAPI:{VERSION}'
}