kpermissions

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

License

License

GroupId

GroupId

com.github.fondesa
ArtifactId

ArtifactId

kpermissions
Last Version

Last Version

3.3.0
Release Date

Release Date

Type

Type

aar
Description

Description

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

Project URL

https://github.com/fondesa/kpermissions
Source Code Management

Source Code Management

https://github.com/fondesa/kpermissions

Download kpermissions

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
androidx.fragment » fragment jar 1.4.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

Project Modules

There are no modules declared in this project.

Versions

Version
3.3.0
3.2.1
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.0.2
2.0.1
2.0.0
1.0.0
0.0.1-rc1