Class DependencyCoordinate

java.lang.Object
io.micronaut.starter.build.dependencies.DependencyCoordinate
All Implemented Interfaces:
io.micronaut.core.order.Ordered, Coordinate
Direct Known Subclasses:
GradleDependency, MavenDependency

@Introspected public class DependencyCoordinate extends Object implements Coordinate, io.micronaut.core.order.Ordered
  • Constructor Details

    • DependencyCoordinate

      public DependencyCoordinate(Dependency dependency)
    • DependencyCoordinate

      public DependencyCoordinate(Dependency dependency, boolean showVersionProperty)
    • DependencyCoordinate

      public DependencyCoordinate(String groupId, String artifactId, @Nullable @Nullable String version, int order, boolean pom)
    • DependencyCoordinate

      public DependencyCoordinate(String groupId, String artifactId, @Nullable @Nullable String version, int order, boolean pom, @Nullable @Nullable List<DependencyCoordinate> exclusions, @Nullable @Nullable List<Substitution> substitutions)
  • Method Details