Step 1: Repository

Dependency Resolution Management


Declaration of the repository

In the build.gradle file at the root of your project, add the following:

repositories {
    ...
    maven {
        url "https://artifactory.datalf.chat/artifactory/appconsent"
    }
}

Last updated