Uses of Class
org.eclipse.aether.resolution.VersionResolutionException
Packages that use 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
Methods in org.eclipse.aether that throw VersionResolutionExceptionModifier 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
Methods in org.eclipse.aether.impl that throw VersionResolutionExceptionModifier 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
Methods in org.eclipse.aether.internal.impl that throw VersionResolutionExceptionModifier and TypeMethodDescriptionDefaultRepositorySystem.resolveVersion
(RepositorySystemSession session, VersionRequest request)