![JAR search and dependency download from the Maven repository](/logo.png)
io.github.bhowell2.apilib.formatters.IntegerFormatters Maven / Gradle / Ivy
package io.github.bhowell2.apilib.formatters;
/**
* @author Blake Howell
*/
public final class IntegerFormatters {
public static final Formatter STRING_TO_INTEGER_FORMATTER =
StringFormatters.STRING_TO_INTEGER_FORMATTER;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy