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

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

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

import org.octopusden.octopus.escrow.model.Distribution;
import org.octopusden.octopus.releng.dto.ComponentVersion;

public interface IDistributionResolver {
    Distribution resolveDistribution(ComponentVersion componentVersion);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy