include
  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
the group name regular expression
module
the module name regular expression
version
the module version regular expression