Package software.amazon.smithy.cli.dependencies
-
Interface Summary Interface Description DependencyResolver Resolves Maven dependencies for the Smithy CLI.DependencyResolver.Factory Responsible for creating aDependencyResolver
for the CLI, optionally based on configuration. -
Class Summary Class Description FileCacheResolver A resolver that loads and caches resolved artifacts to a JSON file if the cache is fresh and resolved artifacts haven't been updated after a given reference point in time.FilterCliVersionResolver Removes Smithy CLI dependencies that conflict with the JARs used by the CLI.MavenDependencyResolver Resolves Maven dependencies for the Smithy CLI using Maven resolvers.ResolvedArtifact An artifact resolved from a repository that provides the path on disk where the artifact was downloaded, and the coordinates of the artifact. -
Exception Summary Exception Description DependencyResolverException Exception encountered while attempting to resolve dependencies.