All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.takari.builder.internal.DependencyResolver Maven / Gradle / Ivy

package io.takari.builder.internal;

import java.nio.file.Path;
import java.util.Map;

import io.takari.builder.IArtifactMetadata;

/**
 * Resolves @{@link DependencyResource} parameter values.
 */
public interface DependencyResolver {
  Map getProjectDependencies(boolean transitive);

  Map.Entry getProjectDependency(String groupId, String artifactId,
      String classifier);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy