Files download
File Operation
workflow-ui-compose-tooling-1.10.0-beta06.pom download
workflow-ui-compose-tooling-1.10.0-beta06-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.workflow1</groupId>
  <artifactId>workflow-ui-compose-tooling</artifactId>
  <version>1.10.0-beta06</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.squareup.workflow1:workflow-ui-compose-tooling:1.10.0-beta06'
Gradle Kotlin
implementation("com.squareup.workflow1:workflow-ui-compose-tooling:1.10.0-beta06")
Scala SBT
libraryDependencies += "com.squareup.workflow1" % "workflow-ui-compose-tooling" % "1.10.0-beta06"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.workflow1', module='workflow-ui-compose-tooling', version='1.10.0-beta06')
)
Apache Ivy
<dependency org="com.squareup.workflow1" name="workflow-ui-compose-tooling" rev="1.10.0-beta06" />
Leiningen
[com.squareup.workflow1/workflow-ui-compose-tooling "1.10.0-beta06"]
Apache Buildr
'com.squareup.workflow1:workflow-ui-compose-tooling:jar:1.10.0-beta06'