f

flow-path

Flow helps you describe your app as a set of distinct screens.
https://github.com/square/flow/
Apache 2.0
Logan Johnson
文件下载
文件名 操作
flow-path-0.11.jar 下载
flow-path-0.11.pom 下载
flow-path-0.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.squareup.flow</groupId>
  <artifactId>flow-path</artifactId>
  <version>0.11</version>
</dependency>
Gradle Groovy
implementation 'com.squareup.flow:flow-path:0.11'
Gradle Kotlin
implementation("com.squareup.flow:flow-path:0.11")
Scala SBT
libraryDependencies += "com.squareup.flow" % "flow-path" % "0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.squareup.flow', module='flow-path', version='0.11')
)
Apache Ivy
<dependency org="com.squareup.flow" name="flow-path" rev="0.11" />
Leiningen
[com.squareup.flow/flow-path "0.11"]
Apache Buildr
'com.squareup.flow:flow-path:jar:0.11'
本项目依赖