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

org.octopusden.octopus.escrow.resolvers.IModuleByArtifactResolver Maven / Gradle / Ivy

The newest version!
package org.octopusden.octopus.escrow.resolvers;

import org.octopusden.octopus.releng.dto.ComponentVersion;
import org.apache.maven.artifact.Artifact;

public interface IModuleByArtifactResolver {
    ComponentVersion resolveComponentByArtifact(Artifact mavenArtifact);
    void reloadComponentsRegistry();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy