is not current version
Last Version 3.3.0

com.github.fondesa:kpermissions 0.0.1-rc1

A Kotlin library that helps to request runtime permissions in Android.

GroupId

GroupId

com.github.fondesa
ArtifactId

ArtifactId

kpermissions
Version

Version

0.0.1-rc1
Type

Type

aar

Download kpermissions 0.0.1-rc1


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