Interface DependableCoordinate
- All Known Implementing Classes:
DefaultDependableCoordinate
public interface DependableCoordinate
Represents any instance which may contain Maven Dependencies, both explicit or implicit to (transitively) resolve and calculate its path for either a local or remote Maven repository.
The version can be a version range. Based on the groupId and artifactId it will be resolved to the actual version.
The type will be translated to an extension based on the artifact descriptor (pom.xml matching the groupId,
artifactId and version.
- Author:
- Robert Scholte
-
Method Summary
-
Method Details