include Version By Regex
abstract fun includeVersionByRegex(groupRegex: String, moduleNameRegex: String, versionRegex: String)(source)
Declares that a specific module version should be searched for in this repository, using regular expressions.
Parameters
group Regex
the group name regular expression
module Name Regex
the module name regular expression
version Regex
the module version regular expression