module

fun module(    group: String,     name: String,     version: String? = null,     configuration: String? = null,     classifier: String? = null,     ext: String? = null,     setup: ClientModuleScope.() -> Unit)(source)