Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.sixinyiyu |
ArtifactId | ArtifactIdsequence-spring-boot-starter |
Last Version | Last Version1.0.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/com.github.sixinyiyu/sequence-spring-boot-starter/ -->
<dependency>
<groupId>com.github.sixinyiyu</groupId>
<artifactId>sequence-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sixinyiyu/sequence-spring-boot-starter/
implementation 'com.github.sixinyiyu:sequence-spring-boot-starter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.sixinyiyu/sequence-spring-boot-starter/
implementation ("com.github.sixinyiyu:sequence-spring-boot-starter:1.0.0.RELEASE")
'com.github.sixinyiyu:sequence-spring-boot-starter:jar:1.0.0.RELEASE'
<dependency org="com.github.sixinyiyu" name="sequence-spring-boot-starter" rev="1.0.0.RELEASE">
<artifact name="sequence-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sixinyiyu', module='sequence-spring-boot-starter', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.sixinyiyu" % "sequence-spring-boot-starter" % "1.0.0.RELEASE"
[com.github.sixinyiyu/sequence-spring-boot-starter "1.0.0.RELEASE"]