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

com.dropbox.gradle.plugins.dependencyguard.models.Dependency.kt Maven / Gradle / Ivy

Go to download

A Gradle plugin that helps protect against unintentional transitive dependency changes.

The newest version!
package com.dropbox.gradle.plugins.dependencyguard.models

internal interface Dependency {
    val name: String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy