Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.yomahub |
ArtifactId | ArtifactIdliteflow-spring-boot-starter |
Version | Version2.4.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.yomahub/liteflow-spring-boot-starter/ -->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>liteflow-spring-boot-starter</artifactId>
<version>2.4.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/liteflow-spring-boot-starter/
implementation 'com.yomahub:liteflow-spring-boot-starter:2.4.0-RC1'
// https://jarcasting.com/artifacts/com.yomahub/liteflow-spring-boot-starter/
implementation ("com.yomahub:liteflow-spring-boot-starter:2.4.0-RC1")
'com.yomahub:liteflow-spring-boot-starter:jar:2.4.0-RC1'
<dependency org="com.yomahub" name="liteflow-spring-boot-starter" rev="2.4.0-RC1">
<artifact name="liteflow-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='liteflow-spring-boot-starter', version='2.4.0-RC1')
)
libraryDependencies += "com.yomahub" % "liteflow-spring-boot-starter" % "2.4.0-RC1"
[com.yomahub/liteflow-spring-boot-starter "2.4.0-RC1"]