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

com.devonfw.cobigen.api.constants.MavenConstants Maven / Gradle / Ivy

The newest version!
package com.devonfw.cobigen.api.constants;

/**
 * Maven related constants
 */
public class MavenConstants {

  /** Name of the text file which will contain all the needed URLs (classPath.txt) */
  public static String CLASSPATH_CACHE_FILE = "pom-cp-%s.txt";

  /** pom.xml */
  public static String POM = "pom.xml";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy