is not current version
Last Version 2.3.8

org.minbox.framework:api-boot-starter-sequence 2.3.1.RELEASE

分布式高效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

GroupId

GroupId

org.minbox.framework
ArtifactId

ArtifactId

api-boot-starter-sequence
Version

Version

2.3.1.RELEASE
Type

Type

jar

Download api-boot-starter-sequence 2.3.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.minbox.framework/api-boot-starter-sequence/ -->
<dependency>
    <groupId>org.minbox.framework</groupId>
    <artifactId>api-boot-starter-sequence</artifactId>
    <version>2.3.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.minbox.framework/api-boot-starter-sequence/
implementation 'org.minbox.framework:api-boot-starter-sequence:2.3.1.RELEASE'
// https://jarcasting.com/artifacts/org.minbox.framework/api-boot-starter-sequence/
implementation ("org.minbox.framework:api-boot-starter-sequence:2.3.1.RELEASE")
'org.minbox.framework:api-boot-starter-sequence:jar:2.3.1.RELEASE'
<dependency org="org.minbox.framework" name="api-boot-starter-sequence" rev="2.3.1.RELEASE">
  <artifact name="api-boot-starter-sequence" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minbox.framework', module='api-boot-starter-sequence', version='2.3.1.RELEASE')
)
libraryDependencies += "org.minbox.framework" % "api-boot-starter-sequence" % "2.3.1.RELEASE"
[org.minbox.framework/api-boot-starter-sequence "2.3.1.RELEASE"]