All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.settings.gradle.mustache Maven / Gradle / Ivy

The newest version!
pluginManagement {
    repositories {
        gradlePluginPortal()
        google()
        mavenCentral()
    }
}

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
    }
}

rootProject.name = "{{artifactId}}"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy