Uses of Interface
org.eclipse.aether.version.VersionRange
-
Packages that use VersionRange Package Description org.eclipse.aether.version The definition of a version scheme for parsing and comparing versions. -
-
Uses of VersionRange in org.eclipse.aether.version
Methods in org.eclipse.aether.version that return VersionRange Modifier and Type Method Description VersionRangeVersionConstraint. getRange()Gets the version range of this constraint.VersionRangeVersionScheme. parseVersionRange(java.lang.String range)Parses the specified version range specification, for example "[1.0,2.0)".
-