Class ResolvedDependencyScope
java.lang.Object
uno.anahata.ai.nb.model.maven.ResolvedDependencyScope
The top-level container for resolved dependencies, grouping them by scope.
This is the ultra-compact version of DependencyScope, designed to save tokens
by using ResolvedDependencyGroup which holds a
List<String> instead of a List<DeclaredArtifact>.- Author:
- anahata
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResolvedDependencyScope
public ResolvedDependencyScope()
-
