Last Version

yitter-idgenerator 1.0.6

Shorter ID and faster generation with a new snowflake drift algorithm. The core is to shorten the ID length, but also can have a very high instantaneous concurrent processing capacity (50W/0.1s), and powerful configuration capacity.

License

License

MIT
GroupId

GroupId

com.github.yitter
ArtifactId

ArtifactId

yitter-idgenerator
Version

Version

1.0.6
Type

Type

jar
Description

Description

yitter-idgenerator
Shorter ID and faster generation with a new snowflake drift algorithm. The core is to shorten the ID length, but also can have a very high instantaneous concurrent processing capacity (50W/0.1s), and powerful configuration capacity.
Project URL

Project URL

https://github.com/yitter/idgenerator
Source Code Management

Source Code Management

https://github.com/yitter/idgenerator.git

Download yitter-idgenerator 1.0.6


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.