ModuleDependencySpec

Deprecated

The Gradle software model is deprecated and will be removed in Gradle 10. Use the new component model (e.g. cpp-application, cpp-library, swift-application, swift-library, xctest) instead.

A dependency onto a module.

Functions

Link copied to clipboard
abstract fun getDisplayName(): String
The human friendly name of this dependency.
Link copied to clipboard
abstract fun getGroup(): String
The group of the module this dependency specification refers to.
Link copied to clipboard
abstract fun getName(): String
The name of the module this dependency specification refers to.
Link copied to clipboard
@Nullable
abstract fun getVersion(): @Nullable String
The version range of the module this dependency specification refers to.