Class ResolvedDependencyGroup

java.lang.Object
uno.anahata.ai.nb.model.maven.ResolvedDependencyGroup

public class ResolvedDependencyGroup extends Object
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 Details

    • ResolvedDependencyGroup

      public ResolvedDependencyGroup()