MVN

com.squareup.workflow : workflow-ui-modal-common-jvm

Maven & Gradle

Jun 12, 2020
1 usages
1.1k stars

Workflow UI Modal · Reactive workflows

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

Latest Version

Choose a version of com.squareup.workflow : workflow-ui-modal-common-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-ui-modal-common-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
workflow-ui-modal-common-jvm-1.0.0-alpha.1
0.28.x
workflow-ui-modal-common-jvm-0.28.0
0.27.x
workflow-ui-modal-common-jvm-0.27.1
0.26.x
workflow-ui-modal-common-jvm-0.26.0
0.23.x
workflow-ui-modal-common-jvm-0.23.2
workflow-ui-modal-common-jvm-0.23.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.squareup.workflow</groupId>
    <artifactId>workflow-ui-modal-common-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-ui-modal-common-jvm gradle dependency to your build.gradle file:

implementation 'com.squareup.workflow:workflow-ui-modal-common-jvm:0.28.0'

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

implementation("com.squareup.workflow:workflow-ui-modal-common-jvm:0.28.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.squareup.workflow" % "workflow-ui-modal-common-jvm" % "0.28.0"

Advertisement