Companion

Companion object of Version.

Properties

Link copied to clipboard

The 0.0.0 semantic version.

Functions

Link copied to clipboard
fun parse(versionString: String, strict: Boolean = true): Version

Parses the versionString as a Version and returns the result or throws a VersionFormatException if the string is not a valid representation of a semantic version.