VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-launcher
/
de.vulpescloud.launcher.dependency
/
Dependency
Dependency
class
Dependency
(
val
groupId
:
String
,
val
artifactId
:
String
,
val
version
:
String
,
val
repository
:
String
,
val
url
:
String
?
=
null
)
Members
Constructors
Dependency
Link copied to clipboard
constructor
(
groupId
:
String
,
artifactId
:
String
,
version
:
String
,
repository
:
String
,
url
:
String
?
=
null
)
Properties
artifact
Id
Link copied to clipboard
val
artifactId
:
String
group
Id
Link copied to clipboard
val
groupId
:
String
repository
Link copied to clipboard
val
repository
:
String
url
Link copied to clipboard
val
url
:
String
?
=
null
version
Link copied to clipboard
val
version
:
String
Functions
download
Url
Link copied to clipboard
fun
downloadUrl
(
)
:
String
to
String
Link copied to clipboard
@
Contract
(
pure
=
true
)
open
override
fun
toString
(
)
:
String