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

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