gradle
Toggle table of contents
9.7.0-20260526005751+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
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
Returns a human-consumable display name for this identifier.
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.