Taficloud Has been published on Jitpack and would be available on MavenCentral.

Add it in your root build.gradle at the end of repositories: Step 1. Add Jitpack repository

repositories {
    mavenCentral()
    maven {url 'https://jitpack.io'}
}

Step 2. Add the dependency to your project level build.gradle file

dependencies {
    implementation 'com.github.magnavisio.TafiCloudLib:taficloud-jvm:$Version'
}