is not current version
Last Version 1.0.0-alpha3

com.squareup.flow:flow 0.11

Flow helps you describe your app as a set of distinct screens.

Categories

Categories

Square Business Logic Libraries Financial
GroupId

GroupId

com.squareup.flow
ArtifactId

ArtifactId

flow
Version

Version

0.11
Type

Type

jar

Download flow 0.11


<!-- https://jarcasting.com/artifacts/com.squareup.flow/flow/ -->
<dependency>
    <groupId>com.squareup.flow</groupId>
    <artifactId>flow</artifactId>
    <version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.squareup.flow/flow/
implementation 'com.squareup.flow:flow:0.11'
// https://jarcasting.com/artifacts/com.squareup.flow/flow/
implementation ("com.squareup.flow:flow:0.11")
'com.squareup.flow:flow:jar:0.11'
<dependency org="com.squareup.flow" name="flow" rev="0.11">
  <artifact name="flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squareup.flow', module='flow', version='0.11')
)
libraryDependencies += "com.squareup.flow" % "flow" % "0.11"
[com.squareup.flow/flow "0.11"]