License |
License |
---|---|
GroupId | GroupIdorg.copper-engine |
ArtifactId | ArtifactIdcopper-spring |
Last Version | Last Version5.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCOPPER high-performance workflow engine
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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
copper-spring-5.4.1.pom | |
copper-spring-5.4.1.jar | 16 KB |
copper-spring-5.4.1-tests.jar | 261 bytes |
copper-spring-5.4.1-sources.jar | 10 KB |
copper-spring-5.4.1-javadoc.jar | 415 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.copper-engine/copper-spring/ -->
<dependency>
<groupId>org.copper-engine</groupId>
<artifactId>copper-spring</artifactId>
<version>5.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.copper-engine/copper-spring/
implementation 'org.copper-engine:copper-spring:5.4.1'
// https://jarcasting.com/artifacts/org.copper-engine/copper-spring/
implementation ("org.copper-engine:copper-spring:5.4.1")
'org.copper-engine:copper-spring:jar:5.4.1'
<dependency org="org.copper-engine" name="copper-spring" rev="5.4.1">
<artifact name="copper-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.copper-engine', module='copper-spring', version='5.4.1')
)
libraryDependencies += "org.copper-engine" % "copper-spring" % "5.4.1"
[org.copper-engine/copper-spring "5.4.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.javaparser : javaparser-symbol-solver-core | jar | 3.6.23 |
org.slf4j : slf4j-api | jar | 2.0.0-alpha5 |
org.copper-engine : copper-coreengine | jar | 5.4.1 |
org.ow2.asm : asm | jar | 9.2 |
org.ow2.asm : asm-tree | jar | 9.2 |
org.springframework : spring-aop | jar | 5.2.9.RELEASE |
org.springframework : spring-beans | jar | 5.2.9.RELEASE |
org.springframework : spring-context | jar | 5.2.9.RELEASE |
org.springframework : spring-core | jar | 5.2.9.RELEASE |
org.springframework : spring-expression | jar | 5.2.9.RELEASE |
org.springframework : spring-jdbc | jar | 5.2.9.RELEASE |
org.springframework : spring-tx | jar | 5.2.9.RELEASE |
org.springframework.batch : spring-batch-infrastructure | jar | 4.0.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-core | jar | 2.23.4 |
net.bytebuddy : byte-buddy | jar | 1.10.17 |
org.hamcrest : hamcrest-core | jar | 1.3 |