| Package | Description |
|---|---|
| org.eclipse.aether.version |
The definition of a version scheme for parsing and comparing versions.
|
| Modifier and Type | Method | Description |
|---|---|---|
VersionRange |
VersionConstraint.getRange() |
Gets the version range of this constraint.
|
VersionRange |
VersionScheme.parseVersionRange(java.lang.String range) |
Parses the specified version range specification, for example "[1.0,2.0)".
|