org.apache.ivy.plugins.parser.m2
public class DefaultPomDependencyMgt extends Object implements PomDependencyMgt
Constructor Summary | |
---|---|
DefaultPomDependencyMgt(String groupId, String artifactId, String version, String scope, List excludedModules) |
Method Summary | |
---|---|
String | getArtifactId() |
List | getExcludedModules() |
String | getGroupId() |
String | getScope() |
String | getVersion() |