is not current version
Last Version 1.5

com.github.bingoohuang:idworker-client 1.3

a client of idworker to generate global unique id

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.bingoohuang
ArtifactId

ArtifactId

idworker-client
Version

Version

1.3
Type

Type

jar

Download idworker-client 1.3


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