@Incubating public static interface VersionCatalogBuilder.AliasBuilder
Modifier and Type | Method | Description |
---|---|---|
void |
to(String groupArtifactVersion) |
Sets GAV coordinates for this alias
|
VersionCatalogBuilder.LibraryAliasBuilder |
to(String group,
String name) |
Sets the group and name of this alias
|
VersionCatalogBuilder.PluginAliasBuilder |
toPluginId(String id) |
Sets the plugin id this alias will reference
|
void to(String groupArtifactVersion)
groupArtifactVersion
- the GAV coordinates, in the group:artifact:version formVersionCatalogBuilder.LibraryAliasBuilder to(String group, String name)
group
- the groupname
- the name (or artifact id)VersionCatalogBuilder.PluginAliasBuilder toPluginId(String id)
id
- the plugin id