Groovy Documentation

org.gradle.api.artifacts
[Java] Interface SelfResolvingDependency

org.gradle.api.artifacts.SelfResolvingDependency
  org.gradle.plugins.idea.model.Dependency
All Superinterfaces:
Dependency

public interface SelfResolvingDependency
extends Dependency

A SelfResolvingDependency is a Dependency which is able to resolve itself, independent of a repository.


Groovy Documentation