com.clickntap.developers.Copy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of click_framework Show documentation
Show all versions of click_framework Show documentation
Java Framework based on Spring Framework, Freemarker and Simplicity
The newest version!
package com.clickntap.developers;
import com.clickntap.utils.Robocopy;
public class Copy {
public static void main(String[] args) throws Exception {
args = new String[2];
Robocopy.main(args);
}
}