@Incubating public interface DependencyMetadata
ComponentMetadataHandler
.Modifier and Type | Method | Description |
---|---|---|
String |
getGroup() |
Returns the group of the module that is targeted by this dependency.
|
String |
getName() |
Returns the name of the module that is targeted by this dependency.
|
String |
getVersion() |
Returns the version of the module that is targeted by this dependency,
which usually expresses what API level of the module you are compatible with.
|
DependencyMetadata |
setVersion(String version) |
Adjust the version constraints of the dependency.
|
String getGroup()
String getName()
String getVersion()
DependencyMetadata setVersion(String version)
version
- version in string notation