toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.artifacts.component
/
ModuleComponentIdentifier
Module
Component
Identifier
API
interface
ModuleComponentIdentifier
:
ComponentIdentifier
(
source
)
An identifier for a component instance which is available as a module version.
Since
1.10
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 module group of the component.
get
Module
Link copied to clipboard
API
abstract
fun
getModule
(
)
:
String
The module name of the component.
get
Module
Identifier
Link copied to clipboard
API
abstract
fun
getModuleIdentifier
(
)
:
ModuleIdentifier
The module identifier of the component.
get
Version
Link copied to clipboard
API
abstract
fun
getVersion
(
)
:
String
The module version of the component.