Interface MvnRepoBom

All Superinterfaces:
MvnRepoDependency, MvnRepoPom, MvnRepoResource, Resource

public interface MvnRepoBom extends MvnRepoPom
Represents a BOM in a maven repository.
  • Method Details

    • of

      static MvnRepoBom of(String coordinate)
      Creates a BOM from a coordinate.
      Parameters:
      coordinate - the coordinate
      Returns:
      the mvn repo dependency