is not current version
Last Version 1.5

com.github.bingoohuang:idworker-client 1.4

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.4
Type

Type

jar

Download idworker-client 1.4


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