is not current version
Last Version 1.5

com.github.bingoohuang:idworker-client 1.0

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

Type

jar

Download idworker-client 1.0


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