ArtifactLink

data class ArtifactLink(    val type: ArtifactType,     val format: ArtifactFormat,     val os: OperatingSystem,     val arch: Architecture,     val jvm: Jvm,     val crc32: Int?,     val sha1: ByteArray,     val size: Int?)

Constructors

Link copied to clipboard
constructor(type: ArtifactType, format: ArtifactFormat, os: OperatingSystem, arch: Architecture, jvm: Jvm, crc32: Int?, sha1: ByteArray, size: Int?)

Properties

Link copied to clipboard
Link copied to clipboard
val crc32: Int?
Link copied to clipboard
Link copied to clipboard
val jvm: Jvm
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Int?
Link copied to clipboard