Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdcarnival-spring-boot-starter-restful-flow |
Version | Version1.4.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-restful-flow/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>carnival-spring-boot-starter-restful-flow</artifactId>
<version>1.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-restful-flow/
implementation 'com.github.yingzhuo:carnival-spring-boot-starter-restful-flow:1.4.4'
// https://jarcasting.com/artifacts/com.github.yingzhuo/carnival-spring-boot-starter-restful-flow/
implementation ("com.github.yingzhuo:carnival-spring-boot-starter-restful-flow:1.4.4")
'com.github.yingzhuo:carnival-spring-boot-starter-restful-flow:jar:1.4.4'
<dependency org="com.github.yingzhuo" name="carnival-spring-boot-starter-restful-flow" rev="1.4.4">
<artifact name="carnival-spring-boot-starter-restful-flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='carnival-spring-boot-starter-restful-flow', version='1.4.4')
)
libraryDependencies += "com.github.yingzhuo" % "carnival-spring-boot-starter-restful-flow" % "1.4.4"
[com.github.yingzhuo/carnival-spring-boot-starter-restful-flow "1.4.4"]