Interface MvnRepoResource
- All Superinterfaces:
Resource
- All Known Subinterfaces:
MvnPublication, MvnRepoBom, MvnRepoDependency, MvnRepoPom
- All Known Implementing Classes:
DefaultMvnRepoResource
Represents a reference to a resource in a Maven repository.
-
Method Summary
Methods inherited from interface Resource
asOf, asOfLocalized, cleanup, isNewerThan, name, type
-
Method Details
-
groupId
-
artifactId
-
classifier
-
mvnType
-
version
-
coordinates
Return the maven coordinates as "groupId:artifactId:version".- Returns:
- the string
-