DefaultVersion

data class DefaultVersion(val value: String, val components: Collection<String>, val classifier: DefaultClassifier?) : Version(source)

The default version

Constructors

Link copied to clipboard
constructor(value: String, components: Collection<String>, classifier: DefaultClassifier?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Classifier contained in the version

Link copied to clipboard

Collection of the version components

Link copied to clipboard
open override val value: String

Complete version string

Functions

Link copied to clipboard
open operator override fun compareTo(other: Version): Int

Compares this object with the specified object for order. Returns zero if this object is equal to the specified other object, a negative number if it's less than other, or a positive number if it's greater than other.