is not current version
Last Version 4.0.0-alpha1

org.copper-engine:orch-engine 3.1.1

COPPER is an open-source, powerful, light-weight, and easily configurable workflow engine. The power of COPPER is that it uses Java as a description language for workflows.

GroupId

GroupId

org.copper-engine
ArtifactId

ArtifactId

orch-engine
Version

Version

3.1.1
Type

Type

jar

Download orch-engine 3.1.1


<!-- https://jarcasting.com/artifacts/org.copper-engine/orch-engine/ -->
<dependency>
    <groupId>org.copper-engine</groupId>
    <artifactId>orch-engine</artifactId>
    <version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.copper-engine/orch-engine/
implementation 'org.copper-engine:orch-engine:3.1.1'
// https://jarcasting.com/artifacts/org.copper-engine/orch-engine/
implementation ("org.copper-engine:orch-engine:3.1.1")
'org.copper-engine:orch-engine:jar:3.1.1'
<dependency org="org.copper-engine" name="orch-engine" rev="3.1.1">
  <artifact name="orch-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.copper-engine', module='orch-engine', version='3.1.1')
)
libraryDependencies += "org.copper-engine" % "orch-engine" % "3.1.1"
[org.copper-engine/orch-engine "3.1.1"]