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

com.github.janssk1.maven.plugin.graph.ArtifactResolver Maven / Gradle / Ivy

There is a newer version: 1.5
Show newest version
package com.github.janssk1.maven.plugin.graph;

import com.github.janssk1.maven.plugin.graph.domain.Artifact;
import com.github.janssk1.maven.plugin.graph.domain.ArtifactRevisionIdentifier;

/**
 * User: janssk1
 * Date: 8/14/11
 * Time: 12:19 AM
 */
public interface ArtifactResolver {
    Artifact resolveArtifact(ArtifactRevisionIdentifier identifier);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy