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

izumi.fundamentals.platform.uuid.IzUUID.scala Maven / Gradle / Ivy

There is a newer version: 1.2.16
Show newest version
package izumi.fundamentals.platform.uuid

import java.util.UUID

object IzUUID extends UUIDGen {
  final val Zero: UUID = new UUID(0L, 0L)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy