LibraryData

data class LibraryData(val group: String, val artifact: String, val subModules: Set<String> = emptySet(), predicate: () -> Boolean = { true })

Constructors

Link copied to clipboard
constructor(group: String, artifact: String, subModules: Set<String> = emptySet(), predicate: () -> Boolean = { true })

Properties

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

Functions

Link copied to clipboard
fun toLibby(plugin: BetterModelPluginImpl): List<Library>