Represents an external artifact dependency.
Type | Name and description |
---|---|
File |
getFile() Returns the file for this dependency. |
GradleModuleVersion |
getGradleModuleVersion() Returns the Gradle module information for this dependency, or null if the dependency does not
originate from a remote repository. |
File |
getJavadoc() Returns the Javadoc directory or archive for this dependency, or null if no Javadoc is available. |
File |
getSource() Returns the source directory or archive for this dependency, or null if no source is available. |
Returns the file for this dependency.
Returns the Gradle module information for this dependency, or null
if the dependency does not
originate from a remote repository.
null
if the dependency does not
originate from a remote repository. Returns the Javadoc directory or archive for this dependency, or null
if no Javadoc is available.
null
if no Javadoc is available. Returns the source directory or archive for this dependency, or null
if no source is available.
null
if no source is available.