com.johlin.utils.StringUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test Show documentation
Show all versions of test Show documentation
A demo for deployment to the Central Repository via Central Portal
The newest version!
package com.johlin.utils;
public class StringUtils {
public static void printInfo(String msg) {
System.out.println(msg);
}
public static void printInfo2(String msg) {
System.out.println(msg);
}
public static void printInfo3(String msg) {
System.out.println(msg);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy