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
/
IvyModule
/
Artifact
Artifact
@
Serializable
data
class
Artifact
(
val
name
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
ext
:
String
?
=
null
,
val
conf
:
String
?
=
"default"
,
val
url
:
String
?
=
null
,
val
packaging
:
String
?
=
null
)
Members
Constructors
Artifact
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
type
:
String
?
=
null
,
ext
:
String
?
=
null
,
conf
:
String
?
=
"default"
,
url
:
String
?
=
null
,
packaging
:
String
?
=
null
)
Properties
conf
Link copied to clipboard
val
conf
:
String
?
ext
Link copied to clipboard
val
ext
:
String
?
name
Link copied to clipboard
val
name
:
String
?
packaging
Link copied to clipboard
val
packaging
:
String
?
type
Link copied to clipboard
val
type
:
String
?
url
Link copied to clipboard
val
url
:
String
?