Interface ResolvedDependency
public interface ResolvedDependency
-
Method Summary
Modifier and TypeMethodDescriptionDirect dependencies only that survived conflict resolution and exclusion.intgetDepth()getGav()@Nullable MavenRepository
-
Method Details
-
getRepository
-
getGav
ResolvedGroupArtifactVersion getGav() -
getRequested
Dependency getRequested() -
getDependencies
List<ResolvedDependency> getDependencies()Direct dependencies only that survived conflict resolution and exclusion. -
getDepth
int getDepth()
-