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

invirt.utils.id.kt Maven / Gradle / Ivy

There is a newer version: 0.10.11
Show newest version
package invirt.utils

import com.fasterxml.uuid.Generators

fun uuid7(): String {
    return Generators.timeBasedEpochGenerator()
        .generate()
        .toString()
        .replace("-", "")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy