License |
License |
---|---|
GroupId | GroupIdio.github.minyushov |
ArtifactId | ArtifactIdflow |
Version | Version2.0.0 |
Type | Typeaar |
Description |
Descriptionflow
Flow gives names to your Activity's UI states, navigates between them, and remembers where it's been.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
flow-2.0.0.pom | |
flow-2.0.0-sources.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.minyushov/flow/ -->
<dependency>
<groupId>io.github.minyushov</groupId>
<artifactId>flow</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.minyushov/flow/
implementation 'io.github.minyushov:flow:2.0.0'
// https://jarcasting.com/artifacts/io.github.minyushov/flow/
implementation ("io.github.minyushov:flow:2.0.0")
'io.github.minyushov:flow:aar:2.0.0'
<dependency org="io.github.minyushov" name="flow" rev="2.0.0">
<artifact name="flow" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.minyushov', module='flow', version='2.0.0')
)
libraryDependencies += "io.github.minyushov" % "flow" % "2.0.0"
[io.github.minyushov/flow "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.30 |