License |
License |
---|---|
GroupId | GroupIdcom.robertlevonyan.components |
ArtifactId | ArtifactIdPermissionsFlow |
Version | Version1.2.2 |
Type | Typeaar |
Description |
Descriptionpermissionflow
A simple library to make it easy requesting permissions in Android using Kotlin Coroutines.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
PermissionsFlow-1.2.2.pom | |
PermissionsFlow-1.2.2.module | 2 KB |
PermissionsFlow-1.2.2-sources.jar | 2 KB |
PermissionsFlow-1.2.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.robertlevonyan.components/PermissionsFlow/ -->
<dependency>
<groupId>com.robertlevonyan.components</groupId>
<artifactId>PermissionsFlow</artifactId>
<version>1.2.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.robertlevonyan.components/PermissionsFlow/
implementation 'com.robertlevonyan.components:PermissionsFlow:1.2.2'
// https://jarcasting.com/artifacts/com.robertlevonyan.components/PermissionsFlow/
implementation ("com.robertlevonyan.components:PermissionsFlow:1.2.2")
'com.robertlevonyan.components:PermissionsFlow:aar:1.2.2'
<dependency org="com.robertlevonyan.components" name="PermissionsFlow" rev="1.2.2">
<artifact name="PermissionsFlow" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.robertlevonyan.components', module='PermissionsFlow', version='1.2.2')
)
libraryDependencies += "com.robertlevonyan.components" % "PermissionsFlow" % "1.2.2"
[com.robertlevonyan.components/PermissionsFlow "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.21 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.5.0 |
androidx.appcompat » appcompat | jar | 1.3.1 |
androidx.core » core-ktx | jar | 1.6.0 |
androidx.fragment » fragment-ktx | jar | 1.3.6 |