JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.maven.api
Exclusion
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getGroupId()
getArtifactId()
Interface Exclusion
@Experimental
public interface
Exclusion
A dependency exclusion.
Since:
4.0.0
See Also:
DependencyCoordinates.getExclusions()
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getArtifactId
()
String
getGroupId
()
Method Details
getGroupId
@Nullable
String
getGroupId
()
getArtifactId
@Nullable
String
getArtifactId
()