Companion

object Companion

Functions

Link copied to clipboard
fun of(major: @Range(from = 0, to = 2147483647) Int, minor: @Range(from = 0, to = 2147483647) Int, patch: @Range(from = 0, to = 2147483647) Int, tags: Collection<Version.PreReleaseTag> = emptyList(), buildNumber: Long? = null, timestamp: Instant? = null): Version
Link copied to clipboard
fun parseString(rawVersion: String): Version

Properties

Link copied to clipboard