api / org.gradle.tooling.model / GradleModuleVersion

GradleModuleVersion

interface GradleModuleVersion

Informs about a module version, i.e. group, name, version.

Since
1.1

Functions

getGroup

abstract fun getGroup(): String

The group of the module, for example 'org.gradle'.

getName

abstract fun getName(): String

The name of the module, for example 'gradle-tooling-api'.

getVersion

abstract fun getVersion(): String

The version, for example '1.0'.