Package org.eclipse.aether.version
Interface Version
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringtoString()Gets the original string representation of the version.
-
-
-
Method Detail
-
toString
java.lang.String toString()
Gets the original string representation of the version.- Overrides:
toStringin classjava.lang.Object- Returns:
- The string representation of the version, never
null.
-
-