Interface PomDependencyMgt

All Known Implementing Classes:
DefaultPomDependencyMgt, PomReader.PomDependencyData, PomReader.PomDependencyMgtElement, PomReader.PomPluginElement

public interface PomDependencyMgt
  • Method Details

    • getGroupId

      String getGroupId()
    • getArtifactId

      String getArtifactId()
    • getVersion

      String getVersion()
    • getScope

      String getScope()
    • getExcludedModules

      List<ModuleId> getExcludedModules()