gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling.model
/
GradleModuleVersion
Gradle
Module
Version
API
interface
GradleModuleVersion
(
source
)
Informs about a module version, i.e. group, name, version.
Since
1.1
Members
Functions
get
Group
Link copied to clipboard
API
abstract
fun
getGroup
(
)
:
String
The group of the module, for example 'org.gradle'.
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
The name of the module, for example 'gradle-tooling-api'.
get
Version
Link copied to clipboard
API
abstract
fun
getVersion
(
)
:
String
The version, for example '1.0'.