Interface DependencyCoordinatesFactoryRequest
- All Superinterfaces:
 ArtifactCoordinatesFactoryRequest,Request<Session>
@Experimental
@Immutable
public interface DependencyCoordinatesFactoryRequest
extends ArtifactCoordinatesFactoryRequest
- Since:
 - 4.0.0
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classNested classes/interfaces inherited from interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
ArtifactCoordinatesFactoryRequest.ArtifactFactoryRequestBuilder - 
Method Summary
Methods inherited from interface org.apache.maven.api.services.ArtifactCoordinatesFactoryRequest
getArtifactId, getClassifier, getCoordinatesString, getExtension, getGroupId, getType, getVersion 
- 
Method Details
- 
getScope
String getScope() - 
isOptional
boolean isOptional() - 
getExclusions
 - 
build
 - 
build
@Nonnull static DependencyCoordinatesFactoryRequest build(@Nonnull Session session, @Nonnull ArtifactCoordinates coordinates)  - 
build
@Nonnull static DependencyCoordinatesFactoryRequest build(@Nonnull Session session, @Nonnull Dependency dependency)  - 
builder
 
 -