Groovy Documentation

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

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

@Deprecated
public class DependencySpecs
extends java.lang.Object

Various Spec implementations for selecting Dependency instances.

Authors:
Hans Dockter


Method Summary
static Spec type(Type type)

Deprecated.

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

type

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


 

Groovy Documentation