Class ResolvedDependencyGroup
java.lang.Object
uno.anahata.ai.nb.model.maven.ResolvedDependencyGroup
A container that groups fully resolved artifacts by their common groupId.
This is the ultra-compact version of DependencyGroup, designed to save tokens
by holding a
List<String> of compact artifact IDs instead of a List<DeclaredArtifact>.- Author:
- anahata
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResolvedDependencyGroup
public ResolvedDependencyGroup()
-
