Groovy Documentation

org.gradle.api.artifacts.specs
[Java] Class DependencySpecs

java.lang.Object
  org.gradle.api.artifacts.specs.DependencySpecs

@Deprecated
public class DependencySpecs
extends Object

Various Spec implementations for selecting Dependency instances.

Authors:
Hans Dockter


Method Summary
static Spec type(Type type)

Deprecated.

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

type

@Deprecated
public static Spec type(Type type)
Deprecated. Use Type directly instead (it already implements Spec).


 

Gradle API 1.0-milestone-8