f

flow

Flow helps you describe your app as a set of distinct screens.
https://github.com/square/flow/
Apache 2.0
Logan Johnson
Files download
File Operation
flow-0.11.jar download
flow-0.11.pom download
flow-0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.flow</groupId>
  <artifactId>flow</artifactId>
  <version>0.11</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.flow:flow:0.11'
Gradle Kotlin
implementation("com.squareup.flow:flow:0.11")
Scala SBT
libraryDependencies += "com.squareup.flow" % "flow" % "0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.flow', module='flow', version='0.11')
)
Apache Ivy
<dependency org="com.squareup.flow" name="flow" rev="0.11" />
Leiningen
[com.squareup.flow/flow "0.11"]
Apache Buildr
'com.squareup.flow:flow:jar:0.11'
Dependencies
The project has no third-party dependencies