GroupId | GroupIdcom.flowcentraltech.flowcentral |
---|---|
ArtifactId | ArtifactIdflowcentral-workflow |
Version | Version1.0.23 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.flowcentraltech.flowcentral/flowcentral-workflow/ -->
<dependency>
<groupId>com.flowcentraltech.flowcentral</groupId>
<artifactId>flowcentral-workflow</artifactId>
<version>1.0.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.flowcentraltech.flowcentral/flowcentral-workflow/
implementation 'com.flowcentraltech.flowcentral:flowcentral-workflow:1.0.23'
// https://jarcasting.com/artifacts/com.flowcentraltech.flowcentral/flowcentral-workflow/
implementation ("com.flowcentraltech.flowcentral:flowcentral-workflow:1.0.23")
'com.flowcentraltech.flowcentral:flowcentral-workflow:jar:1.0.23'
<dependency org="com.flowcentraltech.flowcentral" name="flowcentral-workflow" rev="1.0.23">
<artifact name="flowcentral-workflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flowcentraltech.flowcentral', module='flowcentral-workflow', version='1.0.23')
)
libraryDependencies += "com.flowcentraltech.flowcentral" % "flowcentral-workflow" % "1.0.23"
[com.flowcentraltech.flowcentral/flowcentral-workflow "1.0.23"]