Groovy Documentation

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

org.gradle.api.artifacts.DependencySet
  org.gradle.api.DomainObjectCollection
      java.lang.Iterable
          org.gradle.api.DomainObjectSet
              org.gradle.api.Buildable
                  java.util.Collection
All Superinterfaces:
DomainObjectCollection, Iterable, DomainObjectSet, Buildable, Collection

public interface DependencySet
extends Buildable, DomainObjectSet

A set of artifact dependencies.


Method Summary
 
Methods inherited from interface DomainObjectSet
findAll, matching, matching, withType
 
Methods inherited from interface Buildable
getBuildDependencies
 

Gradle API 1.3