com.github.pireba.javautils.Main Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-utils Show documentation
Show all versions of java-utils Show documentation
A personnel collection of Java utils
The newest version!
package com.github.pireba.javautils;
/**
* Main
*/
public class Main {
/**
* Main
*
* @param args
*/
public static void main(String[] args) {
}
}