Groovy Documentation

org.gradle.tooling.model
[Java] Interface ExternalDependency

org.gradle.tooling.model.Dependency
  org.gradle.tooling.model.ExternalDependency
All Superinterfaces:
Dependency

public interface ExternalDependency
extends Dependency

Represents an external artifact dependency.


Method Summary
java.io.File getFile()

Returns the file for this dependency.

 

Method Detail

getFile

public java.io.File getFile()
Returns the file for this dependency.
Returns:
The file. Never null.


 

Groovy Documentation