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.
-
ClassDescriptionA version scheme using a generic version syntax and common sense sorting.A union of version ranges.