resolver is oblivious about "scopes", it is consumer project which needs to lay these down and
also assign proper semantics. Moreover, Resolver is oblivious about notions of "classpath", "modulepath", and
any other similar uses. These should be handled by consumer project.
resolver is oblivious about "scopes", it is consumer project which needs to lay these down and
also assign proper semantics. Moreover, Resolver is oblivious about notions of "classpath", "modulepath", and
any other similar uses. These should be handled by consumer project.
Use ClassicDependencyManager(ScopeManager) instead to provide
application-specific scope management. This constructor uses legacy system
dependency scope handling which may not be appropriate for all use cases.
Use DefaultDependencyManager(ScopeManager) instead to provide
application-specific scope management. This constructor uses legacy system
dependency scope handling.
Use TransitiveDependencyManager(ScopeManager) instead to provide
application-specific scope management. This constructor uses legacy system
dependency scope handling.