Class ConfigurableVersionSelector.Nearest

java.lang.Object
org.eclipse.aether.util.graph.transformer.ConfigurableVersionSelector.Nearest
All Implemented Interfaces:
ConfigurableVersionSelector.SelectionStrategy
Enclosing class:
ConfigurableVersionSelector

Selection strategy that selects "nearest" (to the root) version.

This is the "classic" Maven strategy.

If candidates are siblings, it will select higher version (ie version ranges), otherwise item with smaller depth is selected.