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

org.jfrog.build.client.LayoutPatterns Maven / Gradle / Ivy

There is a newer version: 2.41.24
Show newest version
package org.jfrog.build.client;

/**
 * Constants that denote different patterns that will be used for ivy/gradle.
 *
 * @author Tomer Cohen
 */
public interface LayoutPatterns {
    String M2_PER_MODULE_PATTERN = "[revision]/[artifact]-[revision](-[classifier]).[ext]";
    String M2_PATTERN = "[organisation]/[module]/" + M2_PER_MODULE_PATTERN;
    String DEFAULT_IVY_PATTERN = "[organisation]/[module]/ivy-[revision].xml";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy