Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.wxingzou.conditionflowengine |
ArtifactId | ArtifactIdspring-boot-starter-condition-flow-engine |
Version | Version1.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.wxingzou.conditionflowengine/spring-boot-starter-condition-flow-engine/ -->
<dependency>
<groupId>cn.wxingzou.conditionflowengine</groupId>
<artifactId>spring-boot-starter-condition-flow-engine</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.wxingzou.conditionflowengine/spring-boot-starter-condition-flow-engine/
implementation 'cn.wxingzou.conditionflowengine:spring-boot-starter-condition-flow-engine:1.0-RELEASE'
// https://jarcasting.com/artifacts/cn.wxingzou.conditionflowengine/spring-boot-starter-condition-flow-engine/
implementation ("cn.wxingzou.conditionflowengine:spring-boot-starter-condition-flow-engine:1.0-RELEASE")
'cn.wxingzou.conditionflowengine:spring-boot-starter-condition-flow-engine:jar:1.0-RELEASE'
<dependency org="cn.wxingzou.conditionflowengine" name="spring-boot-starter-condition-flow-engine" rev="1.0-RELEASE">
<artifact name="spring-boot-starter-condition-flow-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.wxingzou.conditionflowengine', module='spring-boot-starter-condition-flow-engine', version='1.0-RELEASE')
)
libraryDependencies += "cn.wxingzou.conditionflowengine" % "spring-boot-starter-condition-flow-engine" % "1.0-RELEASE"
[cn.wxingzou.conditionflowengine/spring-boot-starter-condition-flow-engine "1.0-RELEASE"]