Uses of Interface
org.apache.maven.api.Repository
Package
Description
Maven Core API
-
Uses of Repository in org.apache.maven.api
Modifier and TypeInterfaceDescriptioninterface
The local repository is a directory on the developer's machine where Maven stores all the downloaded artifacts (such as dependencies, plugins, and project artifacts).interface
A 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
Modifier and TypeMethodDescriptionVersionRangeResolverResult.getRepository
(Version version) VersionResolverResult.getRepository()
-
Uses of Repository in org.apache.maven.internal.impl