Package org.apache.maven.api.services
Interface ArtifactInstallerRequest
A request for installing one or more artifacts in the local repository.
- Since:
- 4.0.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
-
Method Summary
Modifier and TypeMethodDescriptionstatic ArtifactInstallerRequest
build
(Session session, Collection<Artifact> artifacts) builder()
-
Method Details
-
getSession
-
getArtifacts
-
builder
-
build
-