api / org.gradle.api.artifacts / ModuleIdentifier

ModuleIdentifier

interface ModuleIdentifier : Serializable

The identifier of a module.

Functions

getGroup

abstract fun getGroup(): String

The group of the module.

getName

abstract fun getName(): String

The name of the module.