Download flow-path-0.9.jar file - Jar f

Jar examples for f:flow-path

Description

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

You can download jar file flow-path 0.9 in this page.

License

Apache 2.0

Build File

You can use the following script to add flow-path-0.9.jar to your project.

<dependency>
   <groupId>com.squareup.flow</groupId>
   <artifactId>flow-path</artifactId>
   <version>0.9</version>
</dependency>
compile group: 'com.squareup.flow', name: 'flow-path', version: '0.9'
libraryDependencies += "com.squareup.flow" % "flow-path" % "0.9"
<dependency org="com.squareup.flow" name="flow-path" rev="0.9"/>
@Grapes(@Grab(group='com.squareup.flow', module='flow-path', version='0.9'))
'com.squareup.flow:flow-path:jar:0.9'

Download

Click the following link to download the jar file.

flow-path-0.9-javadoc.jar
flow-path-0.9-sources.jar
flow-path-0.9.jar
flow-path-0.9.pom



Related Tutorials