License |
License |
---|---|
GroupId | GroupIdcom.github.fondesa |
ArtifactId | ArtifactIdkpermissions-coroutines |
Version | Version3.3.0 |
Type | Typeaar |
Description |
Descriptionkpermissions-coroutines
A Kotlin library that helps to request runtime permissions in Android.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.fondesa/kpermissions-coroutines/ -->
<dependency>
<groupId>com.github.fondesa</groupId>
<artifactId>kpermissions-coroutines</artifactId>
<version>3.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fondesa/kpermissions-coroutines/
implementation 'com.github.fondesa:kpermissions-coroutines:3.3.0'
// https://jarcasting.com/artifacts/com.github.fondesa/kpermissions-coroutines/
implementation ("com.github.fondesa:kpermissions-coroutines:3.3.0")
'com.github.fondesa:kpermissions-coroutines:aar:3.3.0'
<dependency org="com.github.fondesa" name="kpermissions-coroutines" rev="3.3.0">
<artifact name="kpermissions-coroutines" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.fondesa', module='kpermissions-coroutines', version='3.3.0')
)
libraryDependencies += "com.github.fondesa" % "kpermissions-coroutines" % "3.3.0"
[com.github.fondesa/kpermissions-coroutines "3.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.fondesa : kpermissions | jar | 3.3.0 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.5.2 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.10 |