ExternalDependency

Represents an external artifact dependency.

Inheritors

Functions

Link copied to clipboard
abstract fun getFile(): File
Returns the file for this dependency.
Link copied to clipboard
Returns the Gradle module information for this dependency, or null if the dependency does not originate from a remote repository.
Link copied to clipboard
@Nullable
abstract fun getJavadoc(): File
Returns the Javadoc directory or archive for this dependency, or null if no Javadoc is available.
Link copied to clipboard
@Nullable
abstract fun getSource(): File
Returns the source directory or archive for this dependency, or null if no source is available.
Link copied to clipboard
abstract fun isExported(): Boolean
Marks this dependency as exported.