EclipseExternalDependency

Represents an Eclipse-specific external artifact dependency.

Since

2.14

Functions

Link copied to clipboard
Link copied to clipboard
@Nullable
abstract fun getAttemptedSelector(): @Nullable 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
abstract fun getGradleModuleVersion(): @Nullable GradleModuleVersion
Link copied to clipboard
abstract fun getJavadoc(): @Nullable File
Link copied to clipboard
abstract fun getSource(): @Nullable 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.