![JAR search and dependency download from the Maven repository](/logo.png)
com.dropbox.gradle.plugins.dependencyguard.models.Dependency.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dependency-guard Show documentation
Show all versions of dependency-guard Show documentation
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