public interface ResolvedDependencyArtifact
Represents a single artifact that was resolved for a given dependency.
The interface encloses the coordinates of the artifact and the scope of the associated dependency.
Clients shouldn't implement this interface.
public MavenOperationConfiguration | Gets the MavenOperationConfiguration that was used when performing the dependency resolution. |
public ArtifactCoordinates | Gets the artifact coordinates. |
public String | getScope() Gets the scope of the dependency. |
Gets the MavenOperationConfiguration that was used when performing the dependency resolution.
The configuration.
Gets the artifact coordinates.
The coordinates.