Interface MvnInstallation

All Superinterfaces:
MvnRepoResource, Resource

public interface MvnInstallation extends MvnRepoResource
Represents an artifact installed in the local Maven repository.
  • Method Details

    • of

      static MvnInstallation of(String coordinates)
      Creates a maven publication from Maven coordinates.
      Parameters:
      coordinates - the coordinates
      Returns:
      the maven publication