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-1.0.0-alpha.jar download
flow-1.0.0-alpha.pom download
flow-1.0.0-alpha-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.flow</groupId>
  <artifactId>flow</artifactId>
  <version>1.0.0-alpha</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.flow:flow:1.0.0-alpha'
Gradle Kotlin
implementation("com.squareup.flow:flow:1.0.0-alpha")
Scala SBT
libraryDependencies += "com.squareup.flow" % "flow" % "1.0.0-alpha"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.flow', module='flow', version='1.0.0-alpha')
)
Apache Ivy
<dependency org="com.squareup.flow" name="flow" rev="1.0.0-alpha" />
Leiningen
[com.squareup.flow/flow "1.0.0-alpha"]
Apache Buildr
'com.squareup.flow:flow:jar:1.0.0-alpha'