RuntimeLibrary

@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())

Constructors

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

Link copied to clipboard
Link copied to clipboard

Names of other RuntimeLibraries that this library depends on

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard