MVN

org.imixs.workflow : imixs-mock

Maven & Gradle

Aug 25, 2023
3 usages
1 stars

Imixs-Mock · Imixs-Mock is a testing library for mocking the Imixs Workflow engine.

<dependency>
    <groupId>org.imixs.workflow</groupId>
    <artifactId>imixs-mock</artifactId>
    <version>6.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.imixs.workflow : imixs-mock to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.0

All Versions

Choose a version of org.imixs.workflow : imixs-mock to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
imixs-mock-6.0.0
5.2.x
imixs-mock-5.2.0
5.1.x
imixs-mock-5.1.0
5.0.x
imixs-mock-5.0.2
imixs-mock-5.0.1
imixs-mock-5.0.0
4.5.x
imixs-mock-4.5.5
4.4.x
imixs-mock-4.4.1
imixs-mock-4.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.imixs.workflow</groupId>
    <artifactId>imixs-mock</artifactId>
    <version>6.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.imixs.workflow : imixs-mock gradle dependency to your build.gradle file:

implementation 'org.imixs.workflow:imixs-mock:6.0.0'

Gradle Kotlin DSL: Add the following org.imixs.workflow : imixs-mock gradle kotlin dependency to your build.gradle.kts file:

implementation("org.imixs.workflow:imixs-mock:6.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.imixs.workflow : imixs-mock sbt scala dependency to your build.sbt file:

libraryDependencies += "org.imixs.workflow" % "imixs-mock" % "6.0.0"

Advertisement