Artifact Link
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?)