api / org.gradle.platform.base / ModuleDependencySpec

ModuleDependencySpec

@Incubating interface ModuleDependencySpec : DependencySpec

A dependency onto a module.

Functions

getGroup

abstract fun getGroup(): String

The group of the module this dependency specification refers to.

getName

abstract fun getName(): String

The name of the module this dependency specification refers to.

getVersion

abstract fun getVersion(): String

The version range of the module this dependency specification refers to.

Inherited Functions

getDisplayName

abstract fun getDisplayName(): String

The human friendly name of this dependency.