org.gradle.tooling.model
Interface ExternalDependency

All Superinterfaces:
Dependency

public interface ExternalDependency
extends Dependency

Represents an external artifact dependency.


Method Summary
 File getFile()
          Returns the file for this dependency.
 

Method Detail

getFile

File getFile()
Returns the file for this dependency.

Returns:
The file. Never null.