public interface MavenDependencySPI extends MavenDependency
MavenDependency
for internals usage onlyModifier and Type | Method and Description |
---|---|
String |
getArtifactId()
Returns the "artifactId" portion of this artifact's coordinates
|
String |
getGroupId()
Returns the "groupId" portion of this artifact's coordinates
|
boolean |
isUndeclaredScope()
Denotes that the scope defined here should be treated as undeclared (as brought in via
<dependencyManagement with no scope associated) |
getExclusions, getScope, isOptional
equals, getClassifier, getPackaging, getType, getVersion, hashCode
toCanonicalForm
boolean isUndeclaredScope()
<dependencyManagement
with no scope associated)String getGroupId()
String getArtifactId()
Copyright © 2021 JBoss by Red Hat. All rights reserved.