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/app-consent-v2-release"
    }
}

Last updated