| GroupId | GroupIdcom.github.yiuman |
|---|---|
| ArtifactId | ArtifactIdcitrus-workflow-impl |
| Version | Version0.13.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.yiuman/citrus-workflow-impl/ -->
<dependency>
<groupId>com.github.yiuman</groupId>
<artifactId>citrus-workflow-impl</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yiuman/citrus-workflow-impl/
implementation 'com.github.yiuman:citrus-workflow-impl:0.13.0'
// https://jarcasting.com/artifacts/com.github.yiuman/citrus-workflow-impl/
implementation ("com.github.yiuman:citrus-workflow-impl:0.13.0")
'com.github.yiuman:citrus-workflow-impl:jar:0.13.0'
<dependency org="com.github.yiuman" name="citrus-workflow-impl" rev="0.13.0">
<artifact name="citrus-workflow-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yiuman', module='citrus-workflow-impl', version='0.13.0')
)
libraryDependencies += "com.github.yiuman" % "citrus-workflow-impl" % "0.13.0"
[com.github.yiuman/citrus-workflow-impl "0.13.0"]