Uses of Class
org.eclipse.aether.resolution.VersionResolutionException
Package
Description
The primary API of the
RepositorySystem
and its functionality.The provisional interfaces defining the various subcomponents that implement the repository system.
The various sub components that collectively implement the repository system.
-
Uses of VersionResolutionException in org.eclipse.aether
Modifier and TypeMethodDescriptionRepositorySystem.resolveVersion
(RepositorySystemSession session, VersionRequest request) Resolves an artifact's meta version (if any) to a concrete version. -
Uses of VersionResolutionException in org.eclipse.aether.impl
Modifier and TypeMethodDescriptionVersionResolver.resolveVersion
(RepositorySystemSession session, VersionRequest request) Resolves an artifact's meta version (if any) to a concrete version. -
Uses of VersionResolutionException in org.eclipse.aether.internal.impl
Modifier and TypeMethodDescriptionDefaultRepositorySystem.resolveVersion
(RepositorySystemSession session, VersionRequest request)