Interface MvnRepoResource
- All Superinterfaces:
Resource
- All Known Subinterfaces:
MvnPublication, MvnRepoDependency
- All Known Implementing Classes:
DefaultMvnRepoDependency, DefaultMvnRepoResource
Represents a dependency on a maven artifact obtainable from a
maven repository.
-
Method Details
-
groupId
-
artifactId
-
version
-
coordinates
Return the maven coordinates as "groudId:artifactId:version".- Returns:
- the string
-