devutility.internal.util.UUIDHelper Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of devutility.internal Show documentation
Show all versions of devutility.internal Show documentation
Utilities for Java development
package devutility.internal.util;
import java.util.UUID;
public class UUIDHelper {
// region get
public static String get() {
return UUID.randomUUID().toString();
}
// endregion
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy