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

com.atlassian.maven.plugins.jgitflow.helper.ScmRepositoryHelper Maven / Gradle / Ivy

package com.atlassian.maven.plugins.jgitflow.helper;

import org.apache.maven.scm.repository.ScmRepository;

/**
 * @since version
 */
public interface ScmRepositoryHelper
{
    ScmRepository getRepository();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy