toggle menu
gradle
8.11.1
API
switch theme
search in API
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'.