MVN

com.github.f4b6a3 : tsid-creator

Maven & Gradle

May 04, 2023
377 stars

tsid-creator · A Java library for generating Time-Sorted Unique Identifiers (TSID).

<dependency>
    <groupId>com.github.f4b6a3</groupId>
    <artifactId>tsid-creator</artifactId>
    <version>5.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.f4b6a3 : tsid-creator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.4

All Versions

Choose a version of com.github.f4b6a3 : tsid-creator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
tsid-creator-5.2.4
tsid-creator-5.2.3
tsid-creator-5.2.2
tsid-creator-5.2.1
tsid-creator-5.2.0
5.1.x
tsid-creator-5.1.1
tsid-creator-5.1.0
5.0.x
tsid-creator-5.0.2
tsid-creator-5.0.1
tsid-creator-5.0.0
4.2.x
tsid-creator-4.2.1
tsid-creator-4.2.0
4.1.x
tsid-creator-4.1.4
tsid-creator-4.1.3
tsid-creator-4.1.2
tsid-creator-4.1.1
tsid-creator-4.1.0
4.0.x
tsid-creator-4.0.0
3.0.x
tsid-creator-3.0.3
tsid-creator-3.0.2
tsid-creator-3.0.1
tsid-creator-3.0.0
2.4.x
tsid-creator-2.4.4
tsid-creator-2.4.3
tsid-creator-2.4.2
tsid-creator-2.4.1
tsid-creator-2.4.0
2.3.x
tsid-creator-2.3.0
2.2.x
tsid-creator-2.2.4
tsid-creator-2.2.3
tsid-creator-2.2.2
tsid-creator-2.2.1
tsid-creator-2.2.0
2.1.x
tsid-creator-2.1.1
tsid-creator-2.1.0
2.0.x
tsid-creator-2.0.0
1.0.x
tsid-creator-1.0.2
tsid-creator-1.0.1
tsid-creator-1.0.0

How to add a dependency to Maven

Add the following com.github.f4b6a3 : tsid-creator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.f4b6a3</groupId>
    <artifactId>tsid-creator</artifactId>
    <version>5.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.f4b6a3 : tsid-creator gradle dependency to your build.gradle file:

implementation 'com.github.f4b6a3:tsid-creator:5.2.4'

Gradle Kotlin DSL: Add the following com.github.f4b6a3 : tsid-creator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.f4b6a3:tsid-creator:5.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.f4b6a3 : tsid-creator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.f4b6a3" % "tsid-creator" % "5.2.4"

Advertisement