Interface ArtifactWithDependencies

All Known Implementing Classes:
PluginArtifact, ProjectArtifact

public interface ArtifactWithDependencies
ArtifactWithDependencies
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.apache.maven.model.Dependency>
     
    List<org.apache.maven.model.Dependency>
     
  • Method Details

    • getDependencies

      List<org.apache.maven.model.Dependency> getDependencies()
    • getManagedDependencies

      List<org.apache.maven.model.Dependency> getManagedDependencies()