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
-
Field Summary
Fields -
Constructor Summary
Constructors -
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()
-
Field Details
-
groupId
-
artifactId
-
version
-
classifier
-
type
-
exclusions
-
-
Constructor Details
-
DependencyCoordinate
public DependencyCoordinate()
-
-
Method Details