Interface ArtifactWithDependencies
- All Known Implementing Classes:
PluginArtifact
,ProjectArtifact
public interface ArtifactWithDependencies
ArtifactWithDependencies
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDependencies
List<Dependency> getDependencies() -
getManagedDependencies
List<Dependency> getManagedDependencies()
-