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

org.docshare.boot.Base Maven / Gradle / Ivy

package org.docshare.boot;

import org.docshare.log.Log;

public class Base {
	public void T(String msg){
		Log.i(msg);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy