EclipseExternalDependency

Represents an Eclipse-specific external artifact dependency.

Since

2.14

Functions

Link copied to clipboard
Link copied to clipboard
@Nullable
abstract fun getAttemptedSelector(): ComponentSelector
Returns the coordinates of the artifact that Gradle was not able to resolve.
Link copied to clipboard
Link copied to clipboard
abstract fun getFile(): File
Link copied to clipboard
Link copied to clipboard
abstract fun getJavadoc(): File
Link copied to clipboard
abstract fun getSource(): File
Link copied to clipboard
abstract fun isExported(): Boolean
Link copied to clipboard
abstract fun isResolved(): Boolean
Returns true if the current instance represents a resolved dependency.