Interface MavenDependency
- All Superinterfaces:
MavenArtifact
- All Known Implementing Classes:
ImmutableMavenDependency, MavenDependencyBean
Representation of a Maven dependency.
- Since:
- 3.3.1
- Author:
- Ashley Scopes
-
Method Summary
Methods inherited from interface MavenArtifact
getArtifactId, getClassifier, getGroupId, getType, getVersion
-
Method Details
-
getDependencyResolutionDepth
@Nullable DependencyResolutionDepth getDependencyResolutionDepth() -
getExclusions
Set<MavenExclusionBean> getExclusions()
-