Package org.eclipse.aether.util.version


package org.eclipse.aether.util.version
Ready-to-use version scheme for parsing/comparing versions and utility classes.

Contains the "generic" scheme GenericVersionScheme that serves the purpose of "factory" (and/or parser) for all corresponding elements (all those are package private).

On the other hand, the UnionVersionRange is universal implementation of "unions" of various VersionRange instances.