Interface ArtifactWithDependencies
-
- All Known Implementing Classes:
PluginArtifact,ProjectArtifact
public interface ArtifactWithDependenciesArtifactWithDependencies
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<org.apache.maven.model.Dependency>getDependencies()java.util.List<org.apache.maven.model.Dependency>getManagedDependencies()
-