Interface DependencyManagementPluginVersionResolver
- All Known Implementing Classes:
InitializrDependencyManagementPluginVersionResolver
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Strategy for resolving a dependency management plugin version from a platform version.
- Author:
- Stephane Nicoll
-
Method Summary
Modifier and TypeMethodDescriptionResolves the dependency management plugin version to use for the generation of the project with the givendescription
.
-
Method Details
-
resolveDependencyManagementPluginVersion
Resolves the dependency management plugin version to use for the generation of the project with the givendescription
.- Parameters:
description
- the description of the project being generated- Returns:
- the corresponding version for the
io.spring.dependency-management
plugin
-