Uses of Interface
org.apache.maven.api.Repository
Packages that use Repository
-
Uses of Repository in org.apache.maven.api
Subinterfaces of Repository in org.apache.maven.apiModifier and TypeInterfaceDescriptioninterfaceThe local repository is a directory on the developer's machine where Maven stores all the downloaded artifacts (such as dependencies, plugins, and project artifacts).interfaceA remote repository is a central or distributed location from which Maven can download project dependencies, plugins, and other build artifacts. -
Uses of Repository in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return types with arguments of type RepositoryModifier and TypeMethodDescriptionVersionRangeResolverResult.getRepository(Version version) VersionResolverResult.getRepository()