All configurations that each configuration extends, including the ones it extends transitively
Configurations partial order based on configuration mapping configurations.
Exclusions partial order.
Exclusions partial order.
x <= y iff all that x excludes is also excluded by y. x and y not related iff x excludes some elements not excluded by y AND y excludes some elements not excluded by x.
In particular, no exclusions <= anything <= Set(("*", "*"))
Minified representation of dependencies.
Minified representation of dependencies.
The returned set brings exactly the same things as dependencies, with no redundancy.
Assume all dependencies have same module, version, and artifact; see minDependencies
if they don't.
Non-optional < optional