MVN

com.squareup.workflow : workflow-testing-jvm

Maven & Gradle

Jun 12, 2020
1 usages
1.1k stars

Workflow Testing · Reactive workflows

<dependency>
    <groupId>com.squareup.workflow</groupId>
    <artifactId>workflow-testing-jvm</artifactId>
    <version>0.28.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.28.0
  • Latest Alpha: 1.0.0-alpha.1

All Versions

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

Version Vulnerabilities Updated
1.0.x
workflow-testing-jvm-1.0.0-alpha.1
0.28.x
workflow-testing-jvm-0.28.0
0.27.x
workflow-testing-jvm-0.27.1
0.26.x
workflow-testing-jvm-0.26.0
0.23.x
workflow-testing-jvm-0.23.2
workflow-testing-jvm-0.23.0
0.22.x
workflow-testing-jvm-0.22.4
workflow-testing-jvm-0.22.3
workflow-testing-jvm-0.22.2
workflow-testing-jvm-0.22.1
workflow-testing-jvm-0.22.0
0.21.x
workflow-testing-jvm-0.21.3
workflow-testing-jvm-0.21.2
workflow-testing-jvm-0.21.1
workflow-testing-jvm-0.21.0
0.20.x
workflow-testing-jvm-0.20.0
0.18.x
workflow-testing-jvm-0.18.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.squareup.workflow</groupId>
    <artifactId>workflow-testing-jvm</artifactId>
    <version>0.28.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.squareup.workflow:workflow-testing-jvm:0.28.0'

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

implementation("com.squareup.workflow:workflow-testing-jvm:0.28.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.squareup.workflow" % "workflow-testing-jvm" % "0.28.0"