MVN

org.copper-engine : orch-simulators

Maven & Gradle

Nov 27, 2015
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>orch-simulators</artifactId>
    <version>3.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2.2
  • Latest Release Candidate: 3.0-RC.4
  • Latest Alpha: 4.0.0-alpha1

All Versions

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

Version Vulnerabilities Updated
4.0.x
orch-simulators-4.0.0-alpha1
3.2.x
orch-simulators-3.2.2
orch-simulators-3.2.1
orch-simulators-3.2.0
3.1.x
orch-simulators-3.1.1
orch-simulators-3.1.0
orch-simulators-3.1.0_pre2
3.0
orch-simulators-3.0
orch-simulators-3.0-RC.4
orch-simulators-3.0-RC.3
orch-simulators-3.0-RC.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.copper-engine</groupId>
    <artifactId>orch-simulators</artifactId>
    <version>3.2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.copper-engine:orch-simulators:3.2.2'

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

implementation("org.copper-engine:orch-simulators:3.2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.copper-engine" % "orch-simulators" % "3.2.2"

Advertisement