i

idworker-client

a client of idworker to generate global unique id
http://github.com/bingoohuang/eql
Lesser General Public License
bingoo huang
Files download
File Operation
idworker-client-0.0.8.jar download
idworker-client-0.0.8.pom download
idworker-client-0.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bingoohuang</groupId>
  <artifactId>idworker-client</artifactId>
  <version>0.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.github.bingoohuang:idworker-client:0.0.8'
Gradle Kotlin
implementation("com.github.bingoohuang:idworker-client:0.0.8")
Scala SBT
libraryDependencies += "com.github.bingoohuang" % "idworker-client" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bingoohuang', module='idworker-client', version='0.0.8')
)
Apache Ivy
<dependency org="com.github.bingoohuang" name="idworker-client" rev="0.0.8" />
Leiningen
[com.github.bingoohuang/idworker-client "0.0.8"]
Apache Buildr
'com.github.bingoohuang:idworker-client:jar:0.0.8'