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