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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic class
- 
Method SummaryModifier and TypeMethodDescriptionstatic ArtifactInstallerRequestbuild(Session session, Collection<Artifact> artifacts) builder()
- 
Method Details- 
getSession
- 
getArtifacts
- 
builder
- 
build
 
-