Package org.apache.maven.plugin.compiler
Class DependencyCoordinate
java.lang.Object
org.apache.maven.plugin.compiler.DependencyCoordinate
Simple representation of Maven-coordinates of a dependency.
- Since:
- 3.4
- Author:
- Andreas Gudian
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetArtifactId(String artifactId) voidsetClassifier(String classifier) voidsetExclusions(Set<DependencyExclusion> exclusions) voidsetGroupId(String groupId) voidvoidsetVersion(String version) toString()
- 
Constructor Details- 
DependencyCoordinatepublic DependencyCoordinate()
 
- 
- 
Method Details