public interface MavenDependencyExclusion
<exclusion />
element for a MavenDependency
. Immutable.Modifier 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
|
String |
toCanonicalForm()
Returns the canonical form of this
MavenDependencyExclusion in format groupId:artifactId |
String toCanonicalForm()
MavenDependencyExclusion
in format groupId:artifactId
Coordinate
Coordinate.toCanonicalForm()
String getGroupId()
String getArtifactId()
Copyright © 2022 JBoss by Red Hat. All rights reserved.