IntelliJPlatformGradlePlugin
Toggle table of contents
2.18.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
IntelliJPlatformGradlePlugin
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.models
/
JetBrainsProductReleases
/
Release
/
Download
Download
@
Serializable
data
class
Download
(
val
link
:
String
,
val
size
:
Long
?
=
null
,
val
checksumLink
:
String
?
=
null
)
Members
Constructors
Download
Link copied to clipboard
constructor
(
link
:
String
,
size
:
Long
?
=
null
,
checksumLink
:
String
?
=
null
)
Properties
checksum
Link
Link copied to clipboard
val
checksumLink
:
String
?
link
Link copied to clipboard
val
link
:
String
size
Link copied to clipboard
val
size
:
Long
?