is not current version
Last Version 2.3.0

com.github.songdongsheng:identifier 2.0.0

TSID - a general-purpose trend sorted identifier generator.

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.github.songdongsheng
ArtifactId

ArtifactId

identifier
Version

Version

2.0.0
Type

Type

jar

Download identifier 2.0.0


<!-- https://jarcasting.com/artifacts/com.github.songdongsheng/identifier/ -->
<dependency>
    <groupId>com.github.songdongsheng</groupId>
    <artifactId>identifier</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.songdongsheng/identifier/
implementation 'com.github.songdongsheng:identifier:2.0.0'
// https://jarcasting.com/artifacts/com.github.songdongsheng/identifier/
implementation ("com.github.songdongsheng:identifier:2.0.0")
'com.github.songdongsheng:identifier:jar:2.0.0'
<dependency org="com.github.songdongsheng" name="identifier" rev="2.0.0">
  <artifact name="identifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.songdongsheng', module='identifier', version='2.0.0')
)
libraryDependencies += "com.github.songdongsheng" % "identifier" % "2.0.0"
[com.github.songdongsheng/identifier "2.0.0"]