toggle menu
IntelliJPlatformGradlePlugin
2.0.0
jvm
switch theme
search in API
IntelliJPlatformGradlePlugin
/
org.jetbrains.intellij.platform.gradle.models
/
Coordinates
Coordinates
data
class
Coordinates
(
val
groupId
:
String
,
val
artifactId
:
String
)
Members
Members & Extensions
Constructors
Coordinates
Link copied to clipboard
constructor
(
groupId
:
String
,
artifactId
:
String
)
Properties
artifact
Id
Link copied to clipboard
val
artifactId
:
String
group
Id
Link copied to clipboard
val
groupId
:
String
Functions
resolve
Latest
Version
Link copied to clipboard
fun
Coordinates
.
resolveLatestVersion
(
repositoryUrl
:
String
=
Locations.MAVEN_REPOSITORY
)
:
String
?
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String