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

com.github.easypack.constants.FolderConstants Maven / Gradle / Ivy

The newest version!
package com.github.easypack.constants;

/**
 * Folder names used during build time.
 * 
 * @author agusmunioz
 * 
 */
public interface FolderConstants {

	/**
	 * Target folder for all application libraries (dependencies and project
	 * jar).
	 */
	String LIBS = "libs";

	/**
	 * Target folder for all application script.
	 */
	String BIN = "bin";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy