open fun setStrategyMap(map: MutableMap<String, VersionStrategy>): Unit
Set a Map with URL paths as keys and VersionStrategy as values.
Supports direct URL matches and Ant-style pattern matches. For syntax details, see the AntPathMatcher javadoc.
map - map with URLs as keys and version strategies as values