Package org.apache.maven.api
Interface Version
- All Superinterfaces:
- Comparable<Version>
A version or meta-version of an artifact or a dependency.
 A meta-version is a version suffixed with the 
SNAPSHOT keyword.
 Versions are usually parsed using the VersionParser service.- Since:
- 4.0.0
- See Also:
- 
Method SummaryMethods inherited from interface java.lang.ComparablecompareTo
- 
Method Details- 
asStringReturns a string representation of this version.- Returns:
- the string representation of this version
 
 
-