f

flow

Flow helps you describe your app as a set of distinct screens.
https://github.com/square/flow/
Apache 2.0
Square, Inc.
Files download
File Operation
flow-1.0.0-alpha3.pom download
flow-1.0.0-alpha3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.squareup.flow</groupId>
  <artifactId>flow</artifactId>
  <version>1.0.0-alpha3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.squareup.flow:flow:1.0.0-alpha3'
Gradle Kotlin
implementation("com.squareup.flow:flow:1.0.0-alpha3")
Scala SBT
libraryDependencies += "com.squareup.flow" % "flow" % "1.0.0-alpha3"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.flow', module='flow', version='1.0.0-alpha3')
)
Apache Ivy
<dependency org="com.squareup.flow" name="flow" rev="1.0.0-alpha3" />
Leiningen
[com.squareup.flow/flow "1.0.0-alpha3"]
Apache Buildr
'com.squareup.flow:flow:jar:1.0.0-alpha3'