t

tsid-creator

A Java library for generating Time-Sorted Unique Identifiers (TSID).
http://github.com/f4b6a3/tsid-creator
MIT License
Fabio Lima
Files download
File Operation
tsid-creator-5.2.6.jar download
tsid-creator-5.2.6.pom download
tsid-creator-5.2.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.f4b6a3</groupId>
  <artifactId>tsid-creator</artifactId>
  <version>5.2.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.f4b6a3:tsid-creator:5.2.6'
Gradle Kotlin
implementation("com.github.f4b6a3:tsid-creator:5.2.6")
Scala SBT
libraryDependencies += "com.github.f4b6a3" % "tsid-creator" % "5.2.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.f4b6a3', module='tsid-creator', version='5.2.6')
)
Apache Ivy
<dependency org="com.github.f4b6a3" name="tsid-creator" rev="5.2.6" />
Leiningen
[com.github.f4b6a3/tsid-creator "5.2.6"]
Apache Buildr
'com.github.f4b6a3:tsid-creator:jar:5.2.6'
Dependencies