saker.maven.support Documentation TaskDoc JavaDoc Packages
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.

Methods
public MavenOperationConfiguration
Gets the MavenOperationConfiguration that was used when performing the dependency resolution.
public ArtifactCoordinates
Gets the artifact coordinates.
public String
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.
public abstract String getScope()
Gets the scope of the dependency.
The dependency scope.