is not current version
Last Version 1.1.0

cn.ocoop.framework:id-spring-boot-starter 1.0.0

distribute id generator use snowflake algorithm.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

cn.ocoop.framework
ArtifactId

ArtifactId

id-spring-boot-starter
Version

Version

1.0.0
Type

Type

jar

Download id-spring-boot-starter 1.0.0


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