Interface MvnRepoResource

All Superinterfaces:
Resource
All Known Subinterfaces:
MvnPublication, MvnRepoDependency
All Known Implementing Classes:
DefaultMvnRepoDependency, DefaultMvnRepoResource

public interface MvnRepoResource extends Resource
Represents a dependency on a maven artifact obtainable from a maven repository.
  • Method Details

    • groupId

      Group id.
      Returns:
      the string
    • artifactId

      Artifact id.
      Returns:
      the string
    • version

      Version.
      Returns:
      the string
    • coordinates

      default String coordinates()
      Return the maven coordinates as "groudId:artifactId:version".
      Returns:
      the string