Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.yomahub |
ArtifactId | ArtifactIdliteflow-spring-boot-starter |
Version | Version2.3.1 |
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.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.yomahub/liteflow-spring-boot-starter/
implementation 'com.yomahub:liteflow-spring-boot-starter:2.3.1'
// https://jarcasting.com/artifacts/com.yomahub/liteflow-spring-boot-starter/
implementation ("com.yomahub:liteflow-spring-boot-starter:2.3.1")
'com.yomahub:liteflow-spring-boot-starter:jar:2.3.1'
<dependency org="com.yomahub" name="liteflow-spring-boot-starter" rev="2.3.1">
<artifact name="liteflow-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yomahub', module='liteflow-spring-boot-starter', version='2.3.1')
)
libraryDependencies += "com.yomahub" % "liteflow-spring-boot-starter" % "2.3.1"
[com.yomahub/liteflow-spring-boot-starter "2.3.1"]