toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.platform.base
/
ModuleDependencySpec
Module
Dependency
Spec
API
@
Incubating
interface
ModuleDependencySpec
:
DependencySpec
(
source
)
A dependency onto a module.
Members
Functions
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Group
Link copied to clipboard
API
abstract
fun
getGroup
(
)
:
String
The group of the module this dependency specification refers to.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
The name of the module this dependency specification refers to.
get
Version
Link copied to clipboard
API
@
Nullable
abstract
fun
getVersion
(
)
:
String
The version range of the module this dependency specification refers to.