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

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

Properties

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