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