Package org.eclipse.aether.version
Interface 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.
-
-
-
Method Detail
-
toString
java.lang.String toString()
Gets the original string representation of the version.- Overrides:
toString
in classjava.lang.Object
- Returns:
- The string representation of the version, never
null
.
-
-