api / org.gradle.api.artifacts / ModuleVersionIdentifier

ModuleVersionIdentifier

interface ModuleVersionIdentifier : Serializable

The identifier of a module version.

Functions

getGroup

abstract fun getGroup(): String

The group of the module.

getModule

abstract fun getModule(): ModuleIdentifier

Returns the ModuleIdentifier containing the group and the name of this module. Contains the same information as #getGroup() and #getVersion()

getName

abstract fun getName(): String

The name of the module.

getVersion

abstract fun getVersion(): String

The version of the module