@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
|
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)