Package org.apache.maven.api.model
Class Dependency.Builder
java.lang.Object
org.apache.maven.api.model.Dependency.Builder
- Enclosing class:
 Dependency
Builder class used to create Dependency instances.
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionartifactId(String artifactId) build()classifier(String classifier) exclusions(Collection<Exclusion> exclusions) location(Object key, InputLocation location) systemPath(String systemPath)  
- 
Method Details
- 
groupId
 - 
artifactId
 - 
version
 - 
type
 - 
classifier
 - 
scope
 - 
systemPath
 - 
exclusions
 - 
optional
 - 
location
 - 
build
 
 -