GradleModuleVersion

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

Since

1.1

Functions

Link copied to clipboard
abstract fun getGroup(): String
The group of the module, for example 'org.gradle'.
Link copied to clipboard
abstract fun getName(): String
The name of the module, for example 'gradle-tooling-api'.
Link copied to clipboard
abstract fun getVersion(): String
The version, for example '1.0'.