MVN

org.copper-engine : copper-ext

Maven & Gradle

Apr 03, 2023
5 usages
242 stars

COPPER 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.

<dependency>
    <groupId>org.copper-engine</groupId>
    <artifactId>copper-ext</artifactId>
    <version>5.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.copper-engine : copper-ext to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.4.2
  • Latest Release Candidate: 5.0.0-rc1
  • Latest Alpha: 5.0.0-alpha4

All Versions

Choose a version of org.copper-engine : copper-ext to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.4.x
copper-ext-5.4.2
copper-ext-5.4.1
copper-ext-5.4.0
5.3.x
copper-ext-5.3.0
5.2.x
copper-ext-5.2.0
5.1.x
copper-ext-5.1.0
5.0.x
copper-ext-5.0.2
copper-ext-5.0.1
copper-ext-5.0.0
copper-ext-5.0.0-rc1
copper-ext-5.0.0-alpha4
copper-ext-5.0.0-alpha3
copper-ext-5.0.0-alpha2
copper-ext-5.0.0-alpha1
copper-ext-5.0.0-SNAPHOT
4.3.x
copper-ext-4.3.0-SNAPHOT
copper-ext-4.3.0-alpha1
4.2.x
copper-ext-4.2.0
4.1.x
copper-ext-4.1.1
copper-ext-4.1.0
4.0.x
copper-ext-4.0.3
copper-ext-4.0.2
copper-ext-4.0.1
copper-ext-4.0.0
copper-ext-4.0.0-alpha1

How to add a dependency to Maven

Add the following org.copper-engine : copper-ext maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.copper-engine</groupId>
    <artifactId>copper-ext</artifactId>
    <version>5.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.copper-engine : copper-ext gradle dependency to your build.gradle file:

implementation 'org.copper-engine:copper-ext:5.4.2'

Gradle Kotlin DSL: Add the following org.copper-engine : copper-ext gradle kotlin dependency to your build.gradle.kts file:

implementation("org.copper-engine:copper-ext:5.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.copper-engine : copper-ext sbt scala dependency to your build.sbt file:

libraryDependencies += "org.copper-engine" % "copper-ext" % "5.4.2"

Advertisement