toggle menu
GradleGalaxy
3.1.0
jvm
switch theme
search in API
GradleGalaxy
/
xyz.srnyx.gradlegalaxy.data.annoyingapi
/
RuntimeLibrary
Runtime
Library
@
Serializable
data
class
RuntimeLibrary
(
val
name
:
String
,
val
repositories
:
List
<
String
>
=
emptyList()
,
val
group
:
String
,
val
artifact
:
String
,
val
version
:
String
,
val
excludes
:
List
<
Exclude
>
=
emptyList()
,
val
relocations
:
List
<
Relocation
>
=
emptyList()
,
val
dependencies
:
List
<
String
>
=
emptyList()
)
Members
Constructors
Runtime
Library
Link copied to clipboard
constructor
(
name
:
String
,
repositories
:
List
<
String
>
=
emptyList()
,
group
:
String
,
artifact
:
String
,
version
:
String
,
excludes
:
List
<
Exclude
>
=
emptyList()
,
relocations
:
List
<
Relocation
>
=
emptyList()
,
dependencies
:
List
<
String
>
=
emptyList()
)
Properties
artifact
Link copied to clipboard
val
artifact
:
String
dependencies
Link copied to clipboard
val
dependencies
:
List
<
String
>
Names of other RuntimeLibraries that this library depends on
excludes
Link copied to clipboard
val
excludes
:
List
<
Exclude
>
group
Link copied to clipboard
val
group
:
String
name
Link copied to clipboard
val
name
:
String
relocations
Link copied to clipboard
val
relocations
:
List
<
Relocation
>
repositories
Link copied to clipboard
val
repositories
:
List
<
String
>
version
Link copied to clipboard
val
version
:
String