is not current version
Last Version 1.2.5

permissionflow 1.2.0

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

License

License

GroupId

GroupId

com.robertlevonyan.components
ArtifactId

ArtifactId

PermissionsFlow
Version

Version

1.2.0
Type

Type

aar
Description

Description

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

Project URL

https://github.com/robertlevonyan/materialChipView
Source Code Management

Source Code Management

https://github.com/innfinity-am/PermissionsFlow

Download PermissionsFlow 1.2.0


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

Dependencies

runtime (6)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.5.0
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.4.3
org.jetbrains.kotlinx : kotlinx-coroutines-android jar 1.4.3
androidx.appcompat » appcompat jar 1.2.0
androidx.core » core-ktx jar 1.3.2
androidx.fragment » fragment-ktx jar 1.3.3

Project Modules

There are no modules declared in this project.