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