Interface Coordinate

All Known Implementing Classes:
Dependency, DependencyCoordinate, GradleDependency, MavenDependency

@Introspected public interface Coordinate
  • Field Details

  • Method Details

    • getGroupId

      @NonNull @NonNull String getGroupId()
    • getArtifactId

      @NonNull @NonNull String getArtifactId()
    • getVersion

      @Nullable @Nullable String getVersion()
    • isPom

      boolean isPom()