MVN

com.cedarsoft.commons : workflow

Maven & Gradle

Jul 16, 2019
3 usages

commons.Workflow

<dependency>
    <groupId>com.cedarsoft.commons</groupId>
    <artifactId>workflow</artifactId>
    <version>8.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cedarsoft.commons : workflow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.9.0

All Versions

Choose a version of com.cedarsoft.commons : workflow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.9.x
workflow-8.9.0
8.8.x
workflow-8.8.1
workflow-8.8.0
8.7.x
workflow-8.7.0
8.5.x
workflow-8.5.1
workflow-8.5.0
8.4.x
workflow-8.4.0
8.3.x
workflow-8.3.1
workflow-8.3.0
8.2.x
workflow-8.2.1
workflow-8.2.0
8.1.x
workflow-8.1.1
workflow-8.1.0
8.0.x
workflow-8.0.1
workflow-8.0.0
7.4.x
workflow-7.4.0
7.2.x
workflow-7.2.0
7.1.x
workflow-7.1.0
7.0.x
workflow-7.0.0
6.2.x
workflow-6.2.0
6.1.x
workflow-6.1.1
workflow-6.1.0
6.0.x
workflow-6.0.2
workflow-6.0.1
workflow-6.0.0
5.1.x
workflow-5.1.7
workflow-5.1.6
workflow-5.1.5
workflow-5.1.4
workflow-5.1.3
workflow-5.1.2
workflow-5.1.1
workflow-5.1.0
5.0.x
workflow-5.0.10
workflow-5.0.9
workflow-5.0.8
workflow-5.0.7
workflow-5.0.6
workflow-5.0.5
workflow-5.0.4
workflow-5.0.3
workflow-5.0.2
workflow-5.0.1
workflow-5.0.0
4.0.x
workflow-4.0.1
workflow-4.0.0
3.0.x
workflow-3.0.2
workflow-3.0.1
workflow-3.0.0
2.0.x
workflow-2.0.6
workflow-2.0.5
workflow-2.0.4
workflow-2.0.3
workflow-2.0.2
workflow-2.0.1
workflow-2.0.0
1.6.x
workflow-1.6.3
workflow-1.6.2
workflow-1.6.1
1.5.x
workflow-1.5.1
workflow-1.5.0
1.4.x
workflow-1.4.3
workflow-1.4.2
workflow-1.4.1
workflow-1.4.0

How to add a dependency to Maven

Add the following com.cedarsoft.commons : workflow maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cedarsoft.commons</groupId>
    <artifactId>workflow</artifactId>
    <version>8.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cedarsoft.commons : workflow gradle dependency to your build.gradle file:

implementation 'com.cedarsoft.commons:workflow:8.9.0'

Gradle Kotlin DSL: Add the following com.cedarsoft.commons : workflow gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cedarsoft.commons:workflow:8.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cedarsoft.commons : workflow sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cedarsoft.commons" % "workflow" % "8.9.0"

Advertisement