License |
License |
---|---|
Categories |
CategoriesSquare Business Logic Libraries Financial |
GroupId | GroupIdtop.zopx |
ArtifactId | ArtifactIdsquare-distributed-unique-zk |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptiontop.zopx:square-distributed-unique-zk
基于Zookeeper实现Snowflake算法
|
<!-- https://jarcasting.com/artifacts/top.zopx/square-distributed-unique-zk/ -->
<dependency>
<groupId>top.zopx</groupId>
<artifactId>square-distributed-unique-zk</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.zopx/square-distributed-unique-zk/
implementation 'top.zopx:square-distributed-unique-zk:0.0.2'
// https://jarcasting.com/artifacts/top.zopx/square-distributed-unique-zk/
implementation ("top.zopx:square-distributed-unique-zk:0.0.2")
'top.zopx:square-distributed-unique-zk:jar:0.0.2'
<dependency org="top.zopx" name="square-distributed-unique-zk" rev="0.0.2">
<artifact name="square-distributed-unique-zk" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.zopx', module='square-distributed-unique-zk', version='0.0.2')
)
libraryDependencies += "top.zopx" % "square-distributed-unique-zk" % "0.0.2"
[top.zopx/square-distributed-unique-zk "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
top.zopx : square-distributed-unique-core | jar | 0.0.2 |
org.apache.curator : curator-recipes | jar | 5.1.0 |
org.apache.zookeeper : zookeeper | jar | 3.6.2 |
commons-io : commons-io | jar | 2.11.0 |
top.zopx : square-distributed-common | jar | 0.0.2 |
com.google.code.gson : gson | jar | 2.8.9 |
org.apache.commons : commons-lang3 | jar | 3.9 |
org.apache.commons : commons-collections4 | jar | 4.0 |
commons-codec : commons-codec | jar | 1.15 |
org.apache.commons : commons-pool2 | jar | 2.8.0 |
com.google.guava : guava | jar | 31.0.1-jre |
org.slf4j : slf4j-api | jar | 1.7.25 |
ch.qos.logback : logback-classic | jar | 1.2.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |