@Incubating public interface GradleModuleVersion
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getGroup()
The group of the module, for example 'org.gradle'.
|
String |
getName()
The name of the module, for example 'gradle-tooling-api'.
|
String |
getVersion()
The version, for example '1.0'.
|