![JAR search and dependency download from the Maven repository](/logo.png)
com.softwaremill.id.pretty.StringIdGenerator.scala Maven / Gradle / Ivy
package com.softwaremill.id.pretty
trait StringIdGenerator {
def nextId(): String
def idBaseAt(timestamp: Long): String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy