Package-level declarations

Types

Link copied to clipboard
data class ClosedVersionRange(val start: Version, val endInclusive: Version) : ClosedRange<Version>

A range of versions, from start (inclusive) to endInclusive (inclusive).

Link copied to clipboard
data class OpenEndVersionRange(val start: Version, val endExclusive: Version) : OpenEndRange<Version>

A range of versions, from start (inclusive) to endExclusive (exclusive).

Link copied to clipboard

Represents a version in a format consisting of the following three components: