Interface MvnRepoDependency

All Superinterfaces:
MvnRepoResource, Resource
All Known Subinterfaces:
MvnRepoBom, MvnRepoPom

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

    • of

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