文件下载
文件名 操作
workflow-ui-compose-tooling-1.9.0-beta03.pom 下载
workflow-ui-compose-tooling-1.9.0-beta03-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.squareup.workflow1</groupId>
  <artifactId>workflow-ui-compose-tooling</artifactId>
  <version>1.9.0-beta03</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.squareup.workflow1:workflow-ui-compose-tooling:1.9.0-beta03'
Gradle Kotlin
implementation("com.squareup.workflow1:workflow-ui-compose-tooling:1.9.0-beta03")
Scala SBT
libraryDependencies += "com.squareup.workflow1" % "workflow-ui-compose-tooling" % "1.9.0-beta03"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.workflow1', module='workflow-ui-compose-tooling', version='1.9.0-beta03')
)
Apache Ivy
<dependency org="com.squareup.workflow1" name="workflow-ui-compose-tooling" rev="1.9.0-beta03" />
Leiningen
[com.squareup.workflow1/workflow-ui-compose-tooling "1.9.0-beta03"]
Apache Buildr
'com.squareup.workflow1:workflow-ui-compose-tooling:jar:1.9.0-beta03'