MVN

com.squareup.workflow1 : workflow-ui-compose-tooling

Maven & Gradle

Aug 08, 2023
1.1k stars

Workflow UI Compose Tooling · Square Workflow

<dependency>
    <groupId>com.squareup.workflow1</groupId>
    <artifactId>workflow-ui-compose-tooling</artifactId>
    <version>1.7.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.squareup.workflow1 : workflow-ui-compose-tooling to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.1
  • Latest Release Candidate: 1.0.0-rc2
  • Latest Beta: 1.11.0-beta03
  • Latest Alpha: 1.0.0-alpha21

All Versions

Choose a version of com.squareup.workflow1 : workflow-ui-compose-tooling to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
workflow-ui-compose-tooling-1.11.0-beta03
workflow-ui-compose-tooling-1.11.0-beta02
workflow-ui-compose-tooling-1.11.0-beta01
1.10.x
workflow-ui-compose-tooling-1.10.0-beta06
workflow-ui-compose-tooling-1.10.0-beta05
workflow-ui-compose-tooling-1.10.0-beta04
workflow-ui-compose-tooling-1.10.0-beta03
workflow-ui-compose-tooling-1.10.0-beta02
workflow-ui-compose-tooling-1.10.0-beta01
1.9.x
workflow-ui-compose-tooling-1.9.0-beta03
workflow-ui-compose-tooling-1.9.0-beta02
workflow-ui-compose-tooling-1.9.0-beta01
1.8.x
workflow-ui-compose-tooling-1.8.0-beta13
workflow-ui-compose-tooling-1.8.0-beta12
workflow-ui-compose-tooling-1.8.0-beta11
workflow-ui-compose-tooling-1.8.0-beta10
workflow-ui-compose-tooling-1.8.0-beta09
workflow-ui-compose-tooling-1.8.0-beta08
workflow-ui-compose-tooling-1.8.0-beta07
workflow-ui-compose-tooling-1.8.0-beta06
workflow-ui-compose-tooling-1.8.0-beta05
workflow-ui-compose-tooling-1.8.0-beta04
workflow-ui-compose-tooling-1.8.0-beta03
workflow-ui-compose-tooling-1.8.0-beta02
workflow-ui-compose-tooling-1.8.0-beta01
1.7.x
workflow-ui-compose-tooling-1.7.1
workflow-ui-compose-tooling-1.7.0
1.6.x
workflow-ui-compose-tooling-1.6.0
1.5.x
workflow-ui-compose-tooling-1.5.0
1.4.x
workflow-ui-compose-tooling-1.4.0
1.3.x
workflow-ui-compose-tooling-1.3.0
1.2.x
workflow-ui-compose-tooling-1.2.0
1.1.x
workflow-ui-compose-tooling-1.1.0
1.0.x
workflow-ui-compose-tooling-1.0.0
workflow-ui-compose-tooling-1.0.0-rc2
workflow-ui-compose-tooling-1.0.0-rc1
workflow-ui-compose-tooling-1.0.0-alpha21
workflow-ui-compose-tooling-1.0.0-alpha20

How to add a dependency to Maven

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

<dependency>
    <groupId>com.squareup.workflow1</groupId>
    <artifactId>workflow-ui-compose-tooling</artifactId>
    <version>1.7.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.squareup.workflow1:workflow-ui-compose-tooling:1.7.1'

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

implementation("com.squareup.workflow1:workflow-ui-compose-tooling:1.7.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.squareup.workflow1" % "workflow-ui-compose-tooling" % "1.7.1"

Advertisement