MVN

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

Maven & Gradle

Sep 15, 2021
1 usages
1.1k stars

Workflow UI Modal · Reactive workflows

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

Latest Version

Choose a version of com.squareup.workflow1 : workflow-ui-modal-common-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0
  • Latest Release Candidate: 1.0.0-rc2
  • Latest Alpha: 1.0.0-alpha21

All Versions

Choose a version of com.squareup.workflow1 : 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
workflow-ui-modal-common-jvm-1.0.0-rc2
workflow-ui-modal-common-jvm-1.0.0-rc1
workflow-ui-modal-common-jvm-1.0.0-alpha21
workflow-ui-modal-common-jvm-1.0.0-alpha20
workflow-ui-modal-common-jvm-1.0.0-alpha19
workflow-ui-modal-common-jvm-1.0.0-alpha18
workflow-ui-modal-common-jvm-1.0.0-alpha17
workflow-ui-modal-common-jvm-1.0.0-alpha16
workflow-ui-modal-common-jvm-1.0.0-alpha15
workflow-ui-modal-common-jvm-1.0.0-alpha14
workflow-ui-modal-common-jvm-1.0.0-alpha13
workflow-ui-modal-common-jvm-1.0.0-alpha.12
workflow-ui-modal-common-jvm-1.0.0-alpha.11
workflow-ui-modal-common-jvm-1.0.0-alpha.10
workflow-ui-modal-common-jvm-1.0.0-alpha.9
workflow-ui-modal-common-jvm-1.0.0-alpha.8
workflow-ui-modal-common-jvm-1.0.0-alpha.7
workflow-ui-modal-common-jvm-1.0.0-alpha.6
workflow-ui-modal-common-jvm-1.0.0-alpha.5
workflow-ui-modal-common-jvm-1.0.0-alpha.4
workflow-ui-modal-common-jvm-1.0.0-alpha.3
workflow-ui-modal-common-jvm-1.0.0-alpha.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.squareup.workflow1</groupId>
    <artifactId>workflow-ui-modal-common-jvm</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement