is not current version
Last Version 1.2.5

com.robertlevonyan.components:PermissionsFlow 1.2.3

A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.

GroupId

GroupId

com.robertlevonyan.components
ArtifactId

ArtifactId

PermissionsFlow
Version

Version

1.2.3
Type

Type

aar

Download PermissionsFlow 1.2.3


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