io.github.util.random.UUIDGeneratorUtils Maven / Gradle / Ivy
The newest version!
package io.github.util.random;
import java.util.UUID;
public class UUIDGeneratorUtils {
public static String uuid(){
return UUID.randomUUID().toString();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy