Uses of Class
org.eclipse.aether.resolution.ArtifactResolutionException
-
Packages that use ArtifactResolutionException Package Description org.eclipse.aether The primary API of theRepositorySystem
and its functionality. -
-
Uses of ArtifactResolutionException in org.eclipse.aether
Methods in org.eclipse.aether that throw ArtifactResolutionException Modifier and Type Method Description ArtifactResult
RepositorySystem. resolveArtifact(RepositorySystemSession session, ArtifactRequest request)
Resolves the path for an artifact.java.util.List<ArtifactResult>
RepositorySystem. resolveArtifacts(RepositorySystemSession session, java.util.Collection<? extends ArtifactRequest> requests)
Resolves the paths for a collection of artifacts.
-