GroupId | GroupIdcom.github.liuyehcf |
---|---|
ArtifactId | ArtifactIdflow-engine |
Version | Version1.4.3 |
Type | Typejar |
Filename | Size |
---|---|
flow-engine-1.4.3.pom | |
flow-engine-1.4.3.jar | 235 KB |
flow-engine-1.4.3-sources.jar | 126 KB |
flow-engine-1.4.3-javadoc.jar | 947 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuyehcf/flow-engine/ -->
<dependency>
<groupId>com.github.liuyehcf</groupId>
<artifactId>flow-engine</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuyehcf/flow-engine/
implementation 'com.github.liuyehcf:flow-engine:1.4.3'
// https://jarcasting.com/artifacts/com.github.liuyehcf/flow-engine/
implementation ("com.github.liuyehcf:flow-engine:1.4.3")
'com.github.liuyehcf:flow-engine:jar:1.4.3'
<dependency org="com.github.liuyehcf" name="flow-engine" rev="1.4.3">
<artifact name="flow-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuyehcf', module='flow-engine', version='1.4.3')
)
libraryDependencies += "com.github.liuyehcf" % "flow-engine" % "1.4.3"
[com.github.liuyehcf/flow-engine "1.4.3"]