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

io.bigdime.core.commons.StringCase Maven / Gradle / Ivy

There is a newer version: 0.9.3
Show newest version
package io.bigdime.core.commons;

public enum StringCase {
	LOWER, UPPER, CAMEL, DEFAULT;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy