| GroupId | GroupIdcom.cedarsoft.commons.old |
|---|---|
| ArtifactId | ArtifactIdworkflow |
| Last Version | Last Version4.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| workflow-4.0.1.pom | |
| workflow-4.0.1.jar | 8 KB |
| workflow-4.0.1-tests.jar | 13 KB |
| workflow-4.0.1-sources.jar | 8 KB |
| workflow-4.0.1-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons.old/workflow/ -->
<dependency>
<groupId>com.cedarsoft.commons.old</groupId>
<artifactId>workflow</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old/workflow/
implementation 'com.cedarsoft.commons.old:workflow:4.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old/workflow/
implementation ("com.cedarsoft.commons.old:workflow:4.0.1")
'com.cedarsoft.commons.old:workflow:jar:4.0.1'
<dependency org="com.cedarsoft.commons.old" name="workflow" rev="4.0.1">
<artifact name="workflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.old', module='workflow', version='4.0.1')
)
libraryDependencies += "com.cedarsoft.commons.old" % "workflow" % "4.0.1"
[com.cedarsoft.commons.old/workflow "4.0.1"]