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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getType()
int
hashCode()
void
setArtifactId
(String artifactId) void
setClassifier
(String classifier) void
setExclusions
(Set<DependencyExclusion> exclusions) void
setGroupId
(String groupId) void
void
setVersion
(String version) toString()
-
Constructor Details
-
DependencyCoordinate
public DependencyCoordinate()
-
-
Method Details