org.gradle.api.artifacts.specs
Class DependencySpecs
java.lang.Object
org.gradle.api.artifacts.specs.DependencySpecs
public class DependencySpecs
- extends Object
Various Spec implementations for selecting Dependency instances.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependencySpecs
public DependencySpecs()
type
@Deprecated
public static Spec<Dependency> type(Type type)
- Deprecated.
- Deprecated. Use
Type directly instead (it already implements Spec).