Package org.eclipse.aether.version
Interface Version
-
- All Superinterfaces:
java.lang.Comparable<Version>
- All Known Implementing Classes:
GenericVersion
,TestVersion
public interface Version extends java.lang.Comparable<Version>
A parsed artifact version.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
toString()
Gets the original string representation of the version.
-