api / org.gradle.api.artifacts.component / ModuleComponentIdentifier / getModuleIdentifier

getModuleIdentifier

abstract fun getModuleIdentifier(): ModuleIdentifier

The module identifier of the component. Returns the same information as #getGroup() and #getModule().

Return
the module identifier

Since
4.9