is not current version
Last Version 5.4.1

org.copper-engine:copper-ext 4.3.0-alpha1

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

copper-ext
Version

Version

4.3.0-alpha1
Type

Type

jar

Download copper-ext 4.3.0-alpha1


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