Groovy Documentation

org.gradle.api.artifacts
Interface SelfResolvingDependency

org.gradle.api.artifacts.SelfResolvingDependency
  org.gradle.api.artifacts.Dependency
All Superinterfaces:
Dependency

interface SelfResolvingDependency
extends Dependency

A SelfResolvingDependency is a org.gradle.api.artifacts.Dependency which is able to resolve itself, independent of a repository.


Method Summary
Set resolve()

Resolves this dependency.

 
Methods inherited from interface Dependency
contentEquals, copy, getGroup, getName, getVersion
 

Method Detail

resolve

public Set resolve()
Resolves this dependency.
return:
The files which make up this dependency.


 

Groovy Documentation