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