VersionedDependencyRecord

@Serializable
abstract class VersionedDependencyRecord(val version: Version, val date: Long)

Base class for records containing version and date information for versioned dependencies.

Inheritors

Constructors

Link copied to clipboard
constructor(version: Version, date: Long)

Properties

Link copied to clipboard
open val date: Long

The timestamp representing the date associated with the dependency, in epoch seconds.

Link copied to clipboard

Provides a formatted string representation of the date.

Link copied to clipboard
open val version: Version

The version of the dependency.