Class MavenDependency
java.lang.Object
io.github.ascopes.protobufmavenplugin.dependencies.MavenArtifact
io.github.ascopes.protobufmavenplugin.dependencies.MavenDependency
- Direct Known Subclasses:
ImmutableMavenDependency, MavenDependencyBean
Representation of a Maven dependency.
- Since:
- 3.3.1
- Author:
- Ashley Scopes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract @Nullable DependencyResolutionDepthabstract Set<MavenExclusionBean> toString()Methods inherited from class MavenArtifact
getArtifactId, getClassifier, getGroupId, getType, getVersion
-
Constructor Details
-
MavenDependency
public MavenDependency()
-
-
Method Details
-
getDependencyResolutionDepth
-
getExclusions
-
toString
- Overrides:
toStringin classMavenArtifact
-