f

flow

Flow helps you describe your app as a set of distinct screens.
https://github.com/square/flow/
Apache 2.0
Ray Ryan
文件下载
文件名 操作
flow-0.12.jar 下载
flow-0.12.pom 下载
flow-0.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.squareup.flow</groupId>
  <artifactId>flow</artifactId>
  <version>0.12</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.flow:flow:0.12'
Gradle Kotlin
implementation("com.squareup.flow:flow:0.12")
Scala SBT
libraryDependencies += "com.squareup.flow" % "flow" % "0.12"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.flow', module='flow', version='0.12')
)
Apache Ivy
<dependency org="com.squareup.flow" name="flow" rev="0.12" />
Leiningen
[com.squareup.flow/flow "0.12"]
Apache Buildr
'com.squareup.flow:flow:jar:0.12'
本项目依赖
该项目无第三方依赖