Interface MavenRepository

  • All Known Implementing Classes:
    MockMavenRepository

    public interface MavenRepository
    A Maven repository which keeps released artifacts.
    Author:
    jonmv
    • Method Detail

      • metadata

        Metadata metadata()
        Returns metadata about all releases of a specific artifact to this repository.
      • artifactId

        ArtifactId artifactId()
        Returns the id of the artifact whose releases this tracks.