Uses of Interface
org.apache.maven.api.services.ArtifactResolverResult.ResultItem
Packages that use ArtifactResolverResult.ResultItem
Package
Description
Defines core service interfaces that provide essential Maven functionality such as
 artifact resolution, dependency management, and build execution.
- 
Uses of ArtifactResolverResult.ResultItem in org.apache.maven.api.servicesMethods in org.apache.maven.api.services that return ArtifactResolverResult.ResultItemModifier and TypeMethodDescriptionArtifactResolverResult.getResult(ArtifactCoordinates coordinates) Retrieves the resolution result for a specific set of artifact coordinates.Methods in org.apache.maven.api.services that return types with arguments of type ArtifactResolverResult.ResultItemModifier and TypeMethodDescriptionMap<? extends ArtifactCoordinates, ArtifactResolverResult.ResultItem> ArtifactResolverResult.getResults()Returns a mapping of artifact coordinates to their corresponding resolution results.