![JAR search and dependency download from the Maven repository](/logo.png)
com.github.blutorange.primefaces.util.Constants Maven / Gradle / Ivy
package com.github.blutorange.primefaces.util;
/**
* Constants for the monaco editor widget.
*/
public final class Constants {
private Constants() {}
/** Name of this component library. */
public final static String LIBRARY = "primefaces-blutorange";
/** Version of this component library. */
public final static String VERSION = "0.22.1";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy