Interface MvnPublication

All Superinterfaces:
MvnRepoResource, Resource

public interface MvnPublication extends MvnRepoResource
Represents an artifact created in a maven repository.
  • Method Details

    • of

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