a

api-boot-plugin-sequence

分布式高效ID算法集成,基于Twitter的Snowflake("雪花算法")算法实现分布式高效有序ID生产黑科技 Distributed efficient ID algorithm integration, based on Twitter's Snowflake algorithm to achieve distributed efficient and orderly ID production black technology. See more details:https://gitee.com/yu120/sequence
Apache License, Version 2.0
Files download
File Operation
api-boot-plugin-sequence-2.2.7.RELEASE.jar download
api-boot-plugin-sequence-2.2.7.RELEASE.pom download
api-boot-plugin-sequence-2.2.7.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.minbox.framework</groupId>
  <artifactId>api-boot-plugin-sequence</artifactId>
  <version>2.2.7.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.minbox.framework:api-boot-plugin-sequence:2.2.7.RELEASE'
Gradle Kotlin
implementation("org.minbox.framework:api-boot-plugin-sequence:2.2.7.RELEASE")
Scala SBT
libraryDependencies += "org.minbox.framework" % "api-boot-plugin-sequence" % "2.2.7.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.minbox.framework', module='api-boot-plugin-sequence', version='2.2.7.RELEASE')
)
Apache Ivy
<dependency org="org.minbox.framework" name="api-boot-plugin-sequence" rev="2.2.7.RELEASE" />
Leiningen
[org.minbox.framework/api-boot-plugin-sequence "2.2.7.RELEASE"]
Apache Buildr
'org.minbox.framework:api-boot-plugin-sequence:jar:2.2.7.RELEASE'