| License |
License |
|---|---|
| GroupId | GroupIdcom.robertlevonyan.components |
| ArtifactId | ArtifactIdPermissionsFlow |
| Last Version | Last Version1.2.5 |
| Release Date | Release Date |
| 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.5.pom | |
| PermissionsFlow-1.2.5.module | 2 KB |
| PermissionsFlow-1.2.5-sources.jar | 2 KB |
| PermissionsFlow-1.2.5-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.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.robertlevonyan.components/PermissionsFlow/
implementation 'com.robertlevonyan.components:PermissionsFlow:1.2.5'
// https://jarcasting.com/artifacts/com.robertlevonyan.components/PermissionsFlow/
implementation ("com.robertlevonyan.components:PermissionsFlow:1.2.5")
'com.robertlevonyan.components:PermissionsFlow:aar:1.2.5'
<dependency org="com.robertlevonyan.components" name="PermissionsFlow" rev="1.2.5">
<artifact name="PermissionsFlow" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.robertlevonyan.components', module='PermissionsFlow', version='1.2.5')
)
libraryDependencies += "com.robertlevonyan.components" % "PermissionsFlow" % "1.2.5"
[com.robertlevonyan.components/PermissionsFlow "1.2.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.30 |
| org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.6.0-native-mt |
| org.jetbrains.kotlinx : kotlinx-coroutines-android | jar | 1.6.0-native-mt |
| androidx.appcompat » appcompat | jar | 1.4.1 |
| androidx.core » core-ktx | jar | 1.7.0 |
| androidx.fragment » fragment-ktx | jar | 1.4.1 |