在Ivy中我可以像这样声明依赖:
<dependency org="org" name="module_name" rev="12" conf="conf_name->*">
<include name="foo(.*)-bar" ext="zip" matcher="exactOrRegexp"/>
</dependency>
Run Code Online (Sandbox Code Playgroud)
这将下载所有匹配的文件.
如何在Gradle中定义类似(基于正则表达式)的依赖?