is not current version
Last Version 0.1.7-alpha

cn.dustlight.flow:flow-core 0.1.4-alpha

流程服务 - 核心模块

GroupId

GroupId

cn.dustlight.flow
ArtifactId

ArtifactId

flow-core
Version

Version

0.1.4-alpha
Type

Type

jar

Download flow-core 0.1.4-alpha


<!-- https://jarcasting.com/artifacts/cn.dustlight.flow/flow-core/ -->
<dependency>
    <groupId>cn.dustlight.flow</groupId>
    <artifactId>flow-core</artifactId>
    <version>0.1.4-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/cn.dustlight.flow/flow-core/
implementation 'cn.dustlight.flow:flow-core:0.1.4-alpha'
// https://jarcasting.com/artifacts/cn.dustlight.flow/flow-core/
implementation ("cn.dustlight.flow:flow-core:0.1.4-alpha")
'cn.dustlight.flow:flow-core:jar:0.1.4-alpha'
<dependency org="cn.dustlight.flow" name="flow-core" rev="0.1.4-alpha">
  <artifact name="flow-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.dustlight.flow', module='flow-core', version='0.1.4-alpha')
)
libraryDependencies += "cn.dustlight.flow" % "flow-core" % "0.1.4-alpha"
[cn.dustlight.flow/flow-core "0.1.4-alpha"]