MVN

com.nirmata.workflow : nirmata-workflow

Maven & Gradle

Sep 28, 2021
86 stars

Nirmata Workflow · Java library that enables distributed task workflows.

<dependency>
    <groupId>com.nirmata.workflow</groupId>
    <artifactId>nirmata-workflow</artifactId>
    <version>0.9.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.7

All Versions

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

Version Vulnerabilities Updated
0.9.x
nirmata-workflow-0.9.7
nirmata-workflow-0.9.6
nirmata-workflow-0.9.4
nirmata-workflow-0.9.3
nirmata-workflow-0.9.2
nirmata-workflow-0.9.1
nirmata-workflow-0.9.0
0.8.x
nirmata-workflow-0.8.0
0.7.x
nirmata-workflow-0.7.2
nirmata-workflow-0.7.1
nirmata-workflow-0.7.0
0.6.x
nirmata-workflow-0.6.0
0.5.x
nirmata-workflow-0.5.0
0.4.x
nirmata-workflow-0.4.1
nirmata-workflow-0.4.0
0.3.x
nirmata-workflow-0.3.0
0.2.x
nirmata-workflow-0.2.0
0.1.x
nirmata-workflow-0.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nirmata.workflow</groupId>
    <artifactId>nirmata-workflow</artifactId>
    <version>0.9.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.nirmata.workflow:nirmata-workflow:0.9.7'

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

implementation("com.nirmata.workflow:nirmata-workflow:0.9.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.nirmata.workflow" % "nirmata-workflow" % "0.9.7"