![JAR search and dependency download from the Maven repository](/logo.png)
com.ktanx.autocoder.utils.LogUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ktanx-autocoder Show documentation
Show all versions of ktanx-autocoder Show documentation
ktanx-autocoder is a java code generate kit.
The newest version!
package com.ktanx.autocoder.utils;
public class LogUtils {
public static void log(String log) {
System.out.println(log);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy